Html Css Color HEX #B81928 Cardinal

📋 copy color: '#B81928'

red 184 ◦ green 25 ◦ blue 40

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

Shades of Cardinal #B81928

Tints of Cardinal #B81928

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.04%

 BLUE value IS 40 (16.02% from 255) = 16.06%

R = 73.9%
G = 10.04%
B = 16.06%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.78

 K value IS 0.28

RGB Variations

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

Color information

#B81928 (or 0xB81928) is known color: Cardinal. HEX triplet: B8, 19 and 28. RGB value is (184,25,40). Sum of RGB (Red+Green+Blue) = 184+25+40=249 (32% of max value = 765). Red value is 184 (72.27% from 255 or 73.90% from 249); Green value is 25 (10.16% from 255 or 10.04% from 249); Blue value is 40 (16.02% from 255 or 16.06% from 249); Max value from RGB is 184 - color contains mainly: red. Hex color #B81928 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B81928 is #47E6D7. Grayscale: #4A4A4A. Windows color (decimal): -4712152 or 2628024. OLE color: 2628024.

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

Color convert

RGB 184 25 40 -
CMYK 0 0.86 0.78 0.28
HSL 354.34º 0.76% 0.41% -
HSV(B) 354.34º 0.86% 0.72% -
XYZ 20.5 11.04 3.06 -
YUV 74.25 108.68 206.28 -
System Red Green Blue C M Y K H S L
Decimal 184 25 40 0 0.86 0.78 0.28 354.34 0.76 0.41
Hex B8 19 28 0 56 4E 1C 162 4C 29
Octal 270 31 50 0 126 116 34 542 114 51
Binary 10111000 11001 101000 0 1010110 1001110 11100 101100010 1001100 101001

Color Harmonies of #B81928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81928

Black with #B81928

Text Example


Text Example

White with #B81928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81928; }

 p { color: rgb(184,25,40); }

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

background-color css

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

 a { background-color: rgb(184,25,40); }

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

border-color css

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

 span { border-color: rgb(184,25,40); }

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