#B81F2B

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

Shades of Cardinal #B81F2B

Tints of Cardinal #B81F2B

Color information

#B81F2B (or 0xB81F2B) is unknown color: approx Cardinal. HEX triplet: B8, 1F and 2B. RGB value is (184,31,43). Sum of RGB (Red+Green+Blue) = 184+31+43=258 (34% of max value = 765). Red value is 184 (72.27% from 255 or 71.32% from 258); Green value is 31 (12.5% from 255 or 12.02% from 258); Blue value is 43 (17.19% from 255 or 16.67% from 258); Max value from RGB is 184 - color contains mainly: red. Hex color #B81F2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B81F2B is #47E0D4. Grayscale: #4E4E4E. Windows color (decimal): -4710613 or 2826168. OLE color: 2826168.

HSL color Cylindrical-coordinate representation of color #B81F2B: hue angle of 355.29º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B81F2B is Cyan = 0, Magento = 0.83, Yellow = 0.77 and Black (K on CMYK) = 0.28.

Color convert

RGB1843143-
CMYK00.830.770.28
HSL355.29º71.16%42.16%-
HSV(B)355.29º83.15%72.16%-
XYZ20.6911.343.38-
YUV78.11108.19203.52-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 71.32%
GREEN value IS 31 (12.5% from 255) = 12.02%
BLUE value IS 43 (17.19% from 255) = 16.67%
R=71.32%
G=12.02%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.77
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184314300.830.770.28355.2971.1642.16
HexB81F2B0534D1C163472a
Octal270375301231153454310752
Binary1011100011111101011010100111001101111001011000111000111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B81F2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B81F2B; }

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

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

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

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

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

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

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

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