#B81F2A

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

Shades of Cardinal #B81F2A

Tints of Cardinal #B81F2A

Color information

#B81F2A (or 0xB81F2A) is unknown color: approx Cardinal. HEX triplet: B8, 1F and 2A. RGB value is (184,31,42). Sum of RGB (Red+Green+Blue) = 184+31+42=257 (34% of max value = 765). Red value is 184 (72.27% from 255 or 71.60% from 257); Green value is 31 (12.5% from 255 or 12.06% from 257); Blue value is 42 (16.80% from 255 or 16.34% from 257); Max value from RGB is 184 - color contains mainly: red. Hex color #B81F2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B81F2A is #47E0D5. Grayscale: #4E4E4E. Windows color (decimal): -4710614 or 2760632. OLE color: 2760632.

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

Color convert

RGB1843142-
CMYK00.830.770.28
HSL355.69º71.16%42.16%-
HSV(B)355.69º83.15%72.16%-
XYZ20.6811.343.29-
YUV78107.69203.61-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 71.60%
GREEN value IS 31 (12.5% from 255) = 12.06%
BLUE value IS 42 (16.80% from 255) = 16.34%
R=71.60%
G=12.06%
B=16.34%

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
Decimal184314200.830.770.28355.6971.1642.16
HexB81F2A0534D1C164472a
Octal270375201231153454410752
Binary1011100011111101010010100111001101111001011001001000111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B81F2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B81F2A; }

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

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

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

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

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

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

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

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