Html Css Color HEX #B81E37 Cardinal

📋 copy color: '#B81E37'

red 184 ◦ green 30 ◦ blue 55

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

Shades of Cardinal #B81E37

Tints of Cardinal #B81E37

RGB

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

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

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

R = 68.4%
G = 11.15%
B = 20.45%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.70

 K value IS 0.28

RGB Variations

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

Color information

#B81E37 (or 0xB81E37) is known color: Cardinal. HEX triplet: B8, 1E and 37. RGB value is (184,30,55). Sum of RGB (Red+Green+Blue) = 184+30+55=269 (35% of max value = 765). Red value is 184 (72.27% from 255 or 68.40% from 269); Green value is 30 (12.11% from 255 or 11.15% from 269); Blue value is 55 (21.88% from 255 or 20.45% from 269); Max value from RGB is 184 - color contains mainly: red. Hex color #B81E37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B81E37 is #47E1C8. Grayscale: #4E4E4E. Windows color (decimal): -4710857 or 3612344. OLE color: 3612344.

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

Color convert

RGB 184 30 55 -
CMYK 0 0.84 0.70 0.28
HSL 350.26º 0.72% 0.42% -
HSV(B) 350.26º 0.84% 0.72% -
XYZ 20.92 11.39 4.71 -
YUV 78.9 114.52 202.97 -
System Red Green Blue C M Y K H S L
Decimal 184 30 55 0 0.84 0.70 0.28 350.26 0.72 0.42
Hex B8 1E 37 0 54 46 1C 15E 48 2A
Octal 270 36 67 0 124 106 34 536 110 52
Binary 10111000 11110 110111 0 1010100 1000110 11100 101011110 1001000 101010

Color Harmonies of #B81E37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81E37

Black with #B81E37

Text Example


Text Example

White with #B81E37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81E37; }

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

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

background-color css

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

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

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

border-color css

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

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

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