Html Css Color HEX #B81C28 Cardinal

📋 copy color: '#B81C28'

red 184 ◦ green 28 ◦ blue 40

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

Shades of Cardinal #B81C28

Tints of Cardinal #B81C28

RGB

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

 GREEN value IS 28 (11.33% from 255) = 11.11%

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

R = 73.02%
G = 11.11%
B = 15.87%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.78

 K value IS 0.28

RGB Variations

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

Color information

#B81C28 (or 0xB81C28) is known color: Cardinal. HEX triplet: B8, 1C and 28. RGB value is (184,28,40). Sum of RGB (Red+Green+Blue) = 184+28+40=252 (33% of max value = 765). Red value is 184 (72.27% from 255 or 73.02% from 252); Green value is 28 (11.33% from 255 or 11.11% from 252); Blue value is 40 (16.02% from 255 or 15.87% from 252); Max value from RGB is 184 - color contains mainly: red. Hex color #B81C28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B81C28 is #47E3D7. Grayscale: #4C4C4C. Windows color (decimal): -4711384 or 2628792. OLE color: 2628792.

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

Color convert

RGB 184 28 40 -
CMYK 0 0.85 0.78 0.28
HSL 355.38º 0.74% 0.42% -
HSV(B) 355.38º 0.85% 0.72% -
XYZ 20.57 11.17 3.08 -
YUV 76.01 107.68 205.02 -
System Red Green Blue C M Y K H S L
Decimal 184 28 40 0 0.85 0.78 0.28 355.38 0.74 0.42
Hex B8 1C 28 0 55 4E 1C 163 4A 2A
Octal 270 34 50 0 125 116 34 543 112 52
Binary 10111000 11100 101000 0 1010101 1001110 11100 101100011 1001010 101010

Color Harmonies of #B81C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81C28

Black with #B81C28

Text Example


Text Example

White with #B81C28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81C28; }

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

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

background-color css

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

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

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

border-color css

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

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

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