Html Css Color HEX #B81737 Cardinal

📋 copy color: '#B81737'

red 184 ◦ green 23 ◦ blue 55

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

Shades of Cardinal #B81737

Tints of Cardinal #B81737

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.78%

 BLUE value IS 55 (21.88% from 255) = 20.99%

R = 70.23%
G = 8.78%
B = 20.99%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.70

 K value IS 0.28

RGB Variations

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

Color information

#B81737 (or 0xB81737) is known color: Cardinal. HEX triplet: B8, 17 and 37. RGB value is (184,23,55). Sum of RGB (Red+Green+Blue) = 184+23+55=262 (34% of max value = 765). Red value is 184 (72.27% from 255 or 70.23% from 262); Green value is 23 (9.38% from 255 or 8.78% from 262); Blue value is 55 (21.88% from 255 or 20.99% from 262); Max value from RGB is 184 - color contains mainly: red. Hex color #B81737 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B81737 is #47E8C8. Grayscale: #4A4A4A. Windows color (decimal): -4712649 or 3610552. OLE color: 3610552.

HSL color Cylindrical-coordinate representation of color #B81737: hue angle of 348.07º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B81737 is Cyan = 0, Magento = 0.88, Yellow = 0.70 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 23 55 -
CMYK 0 0.88 0.70 0.28
HSL 348.07º 0.78% 0.41% -
HSV(B) 348.07º 0.88% 0.72% -
XYZ 20.76 11.08 4.66 -
YUV 74.79 116.84 205.9 -
System Red Green Blue C M Y K H S L
Decimal 184 23 55 0 0.88 0.70 0.28 348.07 0.78 0.41
Hex B8 17 37 0 58 46 1C 15C 4E 29
Octal 270 27 67 0 130 106 34 534 116 51
Binary 10111000 10111 110111 0 1011000 1000110 11100 101011100 1001110 101001

Color Harmonies of #B81737

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81737

Black with #B81737

Text Example


Text Example

White with #B81737

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81737; }

 p { color: rgb(184,23,55); }

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

background-color css

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

 a { background-color: rgb(184,23,55); }

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

border-color css

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

 span { border-color: rgb(184,23,55); }

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