Html Css Color HEX #B81039 Cardinal

📋 copy color: '#B81039'

red 184 ◦ green 16 ◦ blue 57

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

Shades of Cardinal #B81039

Tints of Cardinal #B81039

RGB

 RED value IS 184 (72.27% from 255) = 71.6%

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

 BLUE value IS 57 (22.66% from 255) = 22.18%

R = 71.6%
G = 6.23%
B = 22.18%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.69

 K value IS 0.28

RGB Variations

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

Color information

#B81039 (or 0xB81039) is known color: Cardinal. HEX triplet: B8, 10 and 39. RGB value is (184,16,57). Sum of RGB (Red+Green+Blue) = 184+16+57=257 (34% of max value = 765). Red value is 184 (72.27% from 255 or 71.60% from 257); Green value is 16 (6.64% from 255 or 6.23% from 257); Blue value is 57 (22.66% from 255 or 22.18% from 257); Max value from RGB is 184 - color contains mainly: red. Hex color #B81039 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B81039 is #47EFC6. Grayscale: #464646. Windows color (decimal): -4714439 or 3739832. OLE color: 3739832.

HSL color Cylindrical-coordinate representation of color #B81039: hue angle of 345.36º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B81039 is Cyan = 0, Magento = 0.91, Yellow = 0.69 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 16 57 -
CMYK 0 0.91 0.69 0.28
HSL 345.36º 0.84% 0.39% -
HSV(B) 345.36º 0.91% 0.72% -
XYZ 20.69 10.86 4.88 -
YUV 70.91 120.16 208.67 -
System Red Green Blue C M Y K H S L
Decimal 184 16 57 0 0.91 0.69 0.28 345.36 0.84 0.39
Hex B8 10 39 0 5B 45 1C 159 54 27
Octal 270 20 71 0 133 105 34 531 124 47
Binary 10111000 10000 111001 0 1011011 1000101 11100 101011001 1010100 100111

Color Harmonies of #B81039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81039

Black with #B81039

Text Example


Text Example

White with #B81039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81039; }

 p { color: rgb(184,16,57); }

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

background-color css

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

 a { background-color: rgb(184,16,57); }

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

border-color css

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

 span { border-color: rgb(184,16,57); }

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