#B31536

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

Shades of Cardinal #B31536

Tints of Cardinal #B31536

Color information

#B31536 (or 0xB31536) is unknown color: approx Cardinal. HEX triplet: B3, 15 and 36. RGB value is (179,21,54). Sum of RGB (Red+Green+Blue) = 179+21+54=254 (33% of max value = 765). Red value is 179 (70.31% from 255 or 70.47% from 254); Green value is 21 (8.59% from 255 or 8.27% from 254); Blue value is 54 (21.48% from 255 or 21.26% from 254); Max value from RGB is 179 - color contains mainly: red. Hex color #B31536 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B31536 is #4CEAC9. Grayscale: #484848. Windows color (decimal): -5040842 or 3544499. OLE color: 3544499.

HSL color Cylindrical-coordinate representation of color #B31536: hue angle of 347.47º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B31536 is Cyan = 0, Magento = 0.88, Yellow = 0.70 and Black (K on CMYK) = 0.30.

Color convert

RGB1792154-
CMYK00.880.700.30
HSL347.47º79%39.22%-
HSV(B)347.47º88.27%70.2%-
XYZ19.5210.394.47-
YUV72117.85204.32-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 70.47%
GREEN value IS 21 (8.59% from 255) = 8.27%
BLUE value IS 54 (21.48% from 255) = 21.26%
R=70.47%
G=8.27%
B=21.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.70
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179215400.880.700.30347.477939.22
HexB31536058461E15b4f27
Octal263256601301063653311747
Binary1011001110101110110010110001000110111101010110111001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B31536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B31536; }

 p { color: rgb(179,21,54); }

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

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

 a { background-color: rgb(179,21,54); }

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

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

 span { border-color: rgb(179,21,54); }

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