Html Css Color HEX #B81E28 Cardinal

📋 copy color: '#B81E28'

red 184 ◦ green 30 ◦ blue 40

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

Shades of Cardinal #B81E28

Tints of Cardinal #B81E28

RGB

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

 GREEN value IS 30 (12.11% from 255) = 11.81%

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

R = 72.44%
G = 11.81%
B = 15.75%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.78

 K value IS 0.28

RGB Variations

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

Color information

#B81E28 (or 0xB81E28) is known color: Cardinal. HEX triplet: B8, 1E and 28. RGB value is (184,30,40). Sum of RGB (Red+Green+Blue) = 184+30+40=254 (33% of max value = 765). Red value is 184 (72.27% from 255 or 72.44% from 254); Green value is 30 (12.11% from 255 or 11.81% from 254); Blue value is 40 (16.02% from 255 or 15.75% from 254); Max value from RGB is 184 - color contains mainly: red. Hex color #B81E28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B81E28 is #47E1D7. Grayscale: #4D4D4D. Windows color (decimal): -4710872 or 2629304. OLE color: 2629304.

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

Color convert

RGB 184 30 40 -
CMYK 0 0.84 0.78 0.28
HSL 356.1º 0.72% 0.42% -
HSV(B) 356.1º 0.84% 0.72% -
XYZ 20.61 11.27 3.1 -
YUV 77.19 107.02 204.19 -
System Red Green Blue C M Y K H S L
Decimal 184 30 40 0 0.84 0.78 0.28 356.1 0.72 0.42
Hex B8 1E 28 0 54 4E 1C 164 48 2A
Octal 270 36 50 0 124 116 34 544 110 52
Binary 10111000 11110 101000 0 1010100 1001110 11100 101100100 1001000 101010

Color Harmonies of #B81E28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81E28

Black with #B81E28

Text Example


Text Example

White with #B81E28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81E28; }

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

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

background-color css

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

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

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

border-color css

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

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

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