Html Css Color HEX #B81E42 Cardinal

📋 copy color: '#B81E42'

red 184 ◦ green 30 ◦ blue 66

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

Shades of Cardinal #B81E42

Tints of Cardinal #B81E42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 23.57%

R = 65.71%
G = 10.71%
B = 23.57%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.64

 K value IS 0.28

RGB Variations

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

Color information

#B81E42 (or 0xB81E42) is known color: Cardinal. HEX triplet: B8, 1E and 42. RGB value is (184,30,66). Sum of RGB (Red+Green+Blue) = 184+30+66=280 (37% of max value = 765). Red value is 184 (72.27% from 255 or 65.71% from 280); Green value is 30 (12.11% from 255 or 10.71% from 280); Blue value is 66 (26.17% from 255 or 23.57% from 280); Max value from RGB is 184 - color contains mainly: red. Hex color #B81E42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B81E42 is #47E1BD. Grayscale: #505050. Windows color (decimal): -4710846 or 4333240. OLE color: 4333240.

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

Color convert

RGB 184 30 66 -
CMYK 0 0.84 0.64 0.28
HSL 345.97º 0.72% 0.42% -
HSV(B) 345.97º 0.84% 0.72% -
XYZ 21.21 11.51 6.26 -
YUV 80.15 120.02 202.07 -
System Red Green Blue C M Y K H S L
Decimal 184 30 66 0 0.84 0.64 0.28 345.97 0.72 0.42
Hex B8 1E 42 0 54 40 1C 15A 48 2A
Octal 270 36 102 0 124 100 34 532 110 52
Binary 10111000 11110 1000010 0 1010100 1000000 11100 101011010 1001000 101010

Color Harmonies of #B81E42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81E42

Black with #B81E42

Text Example


Text Example

White with #B81E42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81E42; }

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

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

background-color css

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

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

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

border-color css

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

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

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