#b81d2b

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

Shades of Cardinal #B81D2B

Tints of Cardinal #B81D2B

Color information

#B81D2B (or 0xB81D2B) is unknown color: approx Cardinal. HEX triplet: B8, 1D and 2B. RGB value is (184,29,43). Sum of RGB (Red+Green+Blue) = 184+29+43=256 (33% of max value = 765). Red value is 184 (72.27% from 255 or 71.88% from 256); Green value is 29 (11.72% from 255 or 11.33% from 256); Blue value is 43 (17.19% from 255 or 16.80% from 256); Max value from RGB is 184 - color contains mainly: red. Hex color #B81D2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B81D2B is #47E2D4. Grayscale: #4D4D4D. Windows color (decimal): -4711125 or 2825656. OLE color: 2825656.

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

Color convert

RGB1842943-
CMYK00.840.770.28
HSL354.58º72.77%41.76%-
HSV(B)354.58º84.24%72.16%-
XYZ20.6411.243.37-
YUV76.94108.85204.36-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 71.88%
GREEN value IS 29 (11.72% from 255) = 11.33%
BLUE value IS 43 (17.19% from 255) = 16.80%
R=71.88%
G=11.33%
B=16.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.77
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184294300.840.770.28354.5872.7741.76
HexB81D2B0544D1C163492a
Octal270355301241153454311152
Binary1011100011101101011010101001001101111001011000111001001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b81d2b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b81d2b; }

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

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

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

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

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

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

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

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