Html Css Color HEX #B81836 Cardinal

📋 copy color: '#B81836'

red 184 ◦ green 24 ◦ blue 54

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

Shades of Cardinal #B81836

Tints of Cardinal #B81836

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.16%

 BLUE value IS 54 (21.48% from 255) = 20.61%

R = 70.23%
G = 9.16%
B = 20.61%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.71

 K value IS 0.28

RGB Variations

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

Color information

#B81836 (or 0xB81836) is known color: Cardinal. HEX triplet: B8, 18 and 36. RGB value is (184,24,54). Sum of RGB (Red+Green+Blue) = 184+24+54=262 (34% of max value = 765). Red value is 184 (72.27% from 255 or 70.23% from 262); Green value is 24 (9.77% from 255 or 9.16% from 262); Blue value is 54 (21.48% from 255 or 20.61% from 262); Max value from RGB is 184 - color contains mainly: red. Hex color #B81836 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B81836 is #47E7C9. Grayscale: #4B4B4B. Windows color (decimal): -4712394 or 3545272. OLE color: 3545272.

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

Color convert

RGB 184 24 54 -
CMYK 0 0.87 0.71 0.28
HSL 348.75º 0.77% 0.41% -
HSV(B) 348.75º 0.87% 0.72% -
XYZ 20.76 11.11 4.54 -
YUV 75.26 116.01 205.56 -
System Red Green Blue C M Y K H S L
Decimal 184 24 54 0 0.87 0.71 0.28 348.75 0.77 0.41
Hex B8 18 36 0 57 47 1C 15D 4D 29
Octal 270 30 66 0 127 107 34 535 115 51
Binary 10111000 11000 110110 0 1010111 1000111 11100 101011101 1001101 101001

Color Harmonies of #B81836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81836

Black with #B81836

Text Example


Text Example

White with #B81836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81836; }

 p { color: rgb(184,24,54); }

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

background-color css

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

 a { background-color: rgb(184,24,54); }

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

border-color css

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

 span { border-color: rgb(184,24,54); }

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