Html Css Color HEX #B31044 Cardinal

📋 copy color: '#B31044'

red 179 ◦ green 16 ◦ blue 68

#B31044
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cardinal #B31044

Tints of Cardinal #B31044

RGB

 RED value IS 179 (70.31% from 255) = 68.06%

 GREEN value IS 16 (6.64% from 255) = 6.08%

 BLUE value IS 68 (26.95% from 255) = 25.86%

R = 68.06%
G = 6.08%
B = 25.86%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.62

 K value IS 0.30

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B31044 (or 0xB31044) is known color: Cardinal. HEX triplet: B3, 10 and 44. RGB value is (179,16,68). Sum of RGB (Red+Green+Blue) = 179+16+68=263 (34% of max value = 765). Red value is 179 (70.31% from 255 or 68.06% from 263); Green value is 16 (6.64% from 255 or 6.08% from 263); Blue value is 68 (26.95% from 255 or 25.86% from 263); Max value from RGB is 179 - color contains mainly: red. Hex color #B31044 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B31044 is #4CEFBB. Grayscale: #464646. Windows color (decimal): -5042108 or 4460723. OLE color: 4460723.

HSL color Cylindrical-coordinate representation of color #B31044: hue angle of 340.86º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B31044 is Cyan = 0, Magento = 0.91, Yellow = 0.62 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 16 68 -
CMYK 0 0.91 0.62 0.30
HSL 340.86º 0.84% 0.38% -
HSV(B) 340.86º 0.91% 0.7% -
XYZ 19.82 10.37 6.43 -
YUV 70.67 126.5 205.27 -
System Red Green Blue C M Y K H S L
Decimal 179 16 68 0 0.91 0.62 0.30 340.86 0.84 0.38
Hex B3 10 44 0 5B 3E 1E 155 54 26
Octal 263 20 104 0 133 76 36 525 124 46
Binary 10110011 10000 1000100 0 1011011 111110 11110 101010101 1010100 100110

Color Harmonies of #B31044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31044

Black with #B31044

Text Example


Text Example

White with #B31044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31044; }

 p { color: rgb(179,16,68); }

 H1.HeaderClassName
 {
   color: #B31044;
 }
 .AnyTagClassName
 {
   color: #B31044;
 }
</style>

background-color css

<style>
 a { background-color: #B31044; }

 a { background-color: rgb(179,16,68); }

 div.DivClassName
 {
   background-color: #B31044;
 }
 .BgClassName
 {
   background-color: #B31044;
 }
</style>

border-color css

<style>
 span { border-color: #B31044; }

 span { border-color: rgb(179,16,68); }

 td.TdClassName
 {
   border-color: #B31044;
 }
 .TagClassName
 {
   border-color: #B31044;
 }
</style>