Html Css Color HEX #B81E40 Cardinal

📋 copy color: '#B81E40'

red 184 ◦ green 30 ◦ blue 64

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

Shades of Cardinal #B81E40

Tints of Cardinal #B81E40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 23.02%

R = 66.19%
G = 10.79%
B = 23.02%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.65

 K value IS 0.28

RGB Variations

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

Color information

#B81E40 (or 0xB81E40) is known color: Cardinal. HEX triplet: B8, 1E and 40. RGB value is (184,30,64). Sum of RGB (Red+Green+Blue) = 184+30+64=278 (36% of max value = 765). Red value is 184 (72.27% from 255 or 66.19% from 278); Green value is 30 (12.11% from 255 or 10.79% from 278); Blue value is 64 (25.39% from 255 or 23.02% from 278); Max value from RGB is 184 - color contains mainly: red. Hex color #B81E40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B81E40 is #47E1BF. Grayscale: #4F4F4F. Windows color (decimal): -4710848 or 4202168. OLE color: 4202168.

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

Color convert

RGB 184 30 64 -
CMYK 0 0.84 0.65 0.28
HSL 346.75º 0.72% 0.42% -
HSV(B) 346.75º 0.84% 0.72% -
XYZ 21.16 11.49 5.95 -
YUV 79.92 119.02 202.24 -
System Red Green Blue C M Y K H S L
Decimal 184 30 64 0 0.84 0.65 0.28 346.75 0.72 0.42
Hex B8 1E 40 0 54 41 1C 15B 48 2A
Octal 270 36 100 0 124 101 34 533 110 52
Binary 10111000 11110 1000000 0 1010100 1000001 11100 101011011 1001000 101010

Color Harmonies of #B81E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81E40

Black with #B81E40

Text Example


Text Example

White with #B81E40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81E40; }

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

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

background-color css

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

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

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

border-color css

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

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

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