#B81F46

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

Shades of Cardinal #B81F46

Tints of Cardinal #B81F46

Color information

#B81F46 (or 0xB81F46) is unknown color: approx Cardinal. HEX triplet: B8, 1F and 46. RGB value is (184,31,70). Sum of RGB (Red+Green+Blue) = 184+31+70=285 (37% of max value = 765). Red value is 184 (72.27% from 255 or 64.56% from 285); Green value is 31 (12.5% from 255 or 10.88% from 285); Blue value is 70 (27.73% from 255 or 24.56% from 285); Max value from RGB is 184 - color contains mainly: red. Hex color #B81F46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B81F46 is #47E0B9. Grayscale: #515151. Windows color (decimal): -4710586 or 4595640. OLE color: 4595640.

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

Color convert

RGB1843170-
CMYK00.830.620.28
HSL344.71º71.16%42.16%-
HSV(B)344.71º83.15%72.16%-
XYZ21.3611.616.91-
YUV81.19121.69201.33-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 64.56%
GREEN value IS 31 (12.5% from 255) = 10.88%
BLUE value IS 70 (27.73% from 255) = 24.56%
R=64.56%
G=10.88%
B=24.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.62
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184317000.830.620.28344.7171.1642.16
HexB81F460533E1C159472a
Octal270371060123763453110752
Binary1011100011111100011001010011111110111001010110011000111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B81F46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B81F46; }

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

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

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

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

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

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

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

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