Html Css Color HEX #B81C40 Cardinal

📋 copy color: '#B81C40'

red 184 ◦ green 28 ◦ blue 64

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

Shades of Cardinal #B81C40

Tints of Cardinal #B81C40

RGB

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

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

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

R = 66.67%
G = 10.14%
B = 23.19%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.65

 K value IS 0.28

RGB Variations

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

Color information

#B81C40 (or 0xB81C40) is known color: Cardinal. HEX triplet: B8, 1C and 40. RGB value is (184,28,64). Sum of RGB (Red+Green+Blue) = 184+28+64=276 (36% of max value = 765). Red value is 184 (72.27% from 255 or 66.67% from 276); Green value is 28 (11.33% from 255 or 10.14% from 276); Blue value is 64 (25.39% from 255 or 23.19% from 276); Max value from RGB is 184 - color contains mainly: red. Hex color #B81C40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B81C40 is #47E3BF. Grayscale: #4E4E4E. Windows color (decimal): -4711360 or 4201656. OLE color: 4201656.

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

Color convert

RGB 184 28 64 -
CMYK 0 0.85 0.65 0.28
HSL 346.15º 0.74% 0.42% -
HSV(B) 346.15º 0.85% 0.72% -
XYZ 21.11 11.39 5.94 -
YUV 78.75 119.68 203.07 -
System Red Green Blue C M Y K H S L
Decimal 184 28 64 0 0.85 0.65 0.28 346.15 0.74 0.42
Hex B8 1C 40 0 55 41 1C 15A 4A 2A
Octal 270 34 100 0 125 101 34 532 112 52
Binary 10111000 11100 1000000 0 1010101 1000001 11100 101011010 1001010 101010

Color Harmonies of #B81C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81C40

Black with #B81C40

Text Example


Text Example

White with #B81C40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81C40; }

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

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

background-color css

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

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

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

border-color css

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

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

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