#B81531

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

Shades of Cardinal #B81531

Tints of Cardinal #B81531

Color information

#B81531 (or 0xB81531) is unknown color: approx Cardinal. HEX triplet: B8, 15 and 31. RGB value is (184,21,49). Sum of RGB (Red+Green+Blue) = 184+21+49=254 (33% of max value = 765). Red value is 184 (72.27% from 255 or 72.44% from 254); Green value is 21 (8.59% from 255 or 8.27% from 254); Blue value is 49 (19.53% from 255 or 19.29% from 254); Max value from RGB is 184 - color contains mainly: red. Hex color #B81531 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B81531 is #47EACE. Grayscale: #484848. Windows color (decimal): -4713167 or 3216824. OLE color: 3216824.

HSL color Cylindrical-coordinate representation of color #B81531: hue angle of 349.69º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B81531 is Cyan = 0, Magento = 0.89, Yellow = 0.73 and Black (K on CMYK) = 0.28.

Color convert

RGB1842149-
CMYK00.890.730.28
HSL349.69º79.51%40.2%-
HSV(B)349.69º88.59%72.16%-
XYZ20.5910.953.93-
YUV72.93114.5207.22-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 72.44%
GREEN value IS 21 (8.59% from 255) = 8.27%
BLUE value IS 49 (19.53% from 255) = 19.29%
R=72.44%
G=8.27%
B=19.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.73
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184214900.890.730.28349.6979.5140.2
HexB81531059491C15e5028
Octal270256101311113453612050
Binary1011100010101110001010110011001001111001010111101010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B81531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B81531; }

 p { color: rgb(184,21,49); }

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

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

 a { background-color: rgb(184,21,49); }

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

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

 span { border-color: rgb(184,21,49); }

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