#B81D41

Color #B81D41 Cardinal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cardinal #B81D41

Tints of Cardinal #B81D41

Color information

#B81D41 (or 0xB81D41) is unknown color: approx Cardinal. HEX triplet: B8, 1D and 41. RGB value is (184,29,65). Sum of RGB (Red+Green+Blue) = 184+29+65=278 (36% of max value = 765). Red value is 184 (72.27% from 255 or 66.19% from 278); Green value is 29 (11.72% from 255 or 10.43% from 278); Blue value is 65 (25.78% from 255 or 23.38% from 278); Max value from RGB is 184 - color contains mainly: red. Hex color #B81D41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B81D41 is #47E2BE. Grayscale: #4F4F4F. Windows color (decimal): -4711103 or 4267448. OLE color: 4267448.

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

Color convert

RGB1842965-
CMYK00.840.650.28
HSL346.06º72.77%41.76%-
HSV(B)346.06º84.24%72.16%-
XYZ21.1611.456.1-
YUV79.45119.85202.57-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 66.19%
GREEN value IS 29 (11.72% from 255) = 10.43%
BLUE value IS 65 (25.78% from 255) = 23.38%
R=66.19%
G=10.43%
B=23.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.65
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184296500.840.650.28346.0672.7741.76
HexB81D41054411C15a492a
Octal2703510101241013453211152
Binary10111000111011000001010101001000001111001010110101001001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B81D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B81D41; }

 p { color: rgb(184,29,65); }

 H1.HeaderClassName
 {
   color: #B81D41;
 }
 .AnyTagClassName
 {
   color: #B81D41;
 }
</style>
background-color css

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

 a { background-color: rgb(184,29,65); }

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

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

 span { border-color: rgb(184,29,65); }

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