Html Css Color HEX #B81837 Cardinal

📋 copy color: '#B81837'

red 184 ◦ green 24 ◦ blue 55

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

Shades of Cardinal #B81837

Tints of Cardinal #B81837

RGB

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

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

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

R = 69.96%
G = 9.13%
B = 20.91%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.70

 K value IS 0.28

RGB Variations

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

Color information

#B81837 (or 0xB81837) is known color: Cardinal. HEX triplet: B8, 18 and 37. RGB value is (184,24,55). Sum of RGB (Red+Green+Blue) = 184+24+55=263 (34% of max value = 765). Red value is 184 (72.27% from 255 or 69.96% from 263); Green value is 24 (9.77% from 255 or 9.13% from 263); Blue value is 55 (21.88% from 255 or 20.91% from 263); Max value from RGB is 184 - color contains mainly: red. Hex color #B81837 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B81837 is #47E7C8. Grayscale: #4B4B4B. Windows color (decimal): -4712393 or 3610808. OLE color: 3610808.

HSL color Cylindrical-coordinate representation of color #B81837: hue angle of 348.38º 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 #B81837 is Cyan = 0, Magento = 0.87, Yellow = 0.70 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 24 55 -
CMYK 0 0.87 0.70 0.28
HSL 348.38º 0.77% 0.41% -
HSV(B) 348.38º 0.87% 0.72% -
XYZ 20.78 11.12 4.67 -
YUV 75.37 116.51 205.48 -
System Red Green Blue C M Y K H S L
Decimal 184 24 55 0 0.87 0.70 0.28 348.38 0.77 0.41
Hex B8 18 37 0 57 46 1C 15C 4D 29
Octal 270 30 67 0 127 106 34 534 115 51
Binary 10111000 11000 110111 0 1010111 1000110 11100 101011100 1001101 101001

Color Harmonies of #B81837

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81837

Black with #B81837

Text Example


Text Example

White with #B81837

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81837; }

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

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

background-color css

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

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

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

border-color css

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

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

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