#B31529

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

Shades of Cardinal #B31529

Tints of Cardinal #B31529

Color information

#B31529 (or 0xB31529) is unknown color: approx Cardinal. HEX triplet: B3, 15 and 29. RGB value is (179,21,41). Sum of RGB (Red+Green+Blue) = 179+21+41=241 (31% of max value = 765). Red value is 179 (70.31% from 255 or 74.27% from 241); Green value is 21 (8.59% from 255 or 8.71% from 241); Blue value is 41 (16.41% from 255 or 17.01% from 241); Max value from RGB is 179 - color contains mainly: red. Hex color #B31529 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B31529 is #4CEAD6. Grayscale: #464646. Windows color (decimal): -5040855 or 2692531. OLE color: 2692531.

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

Color convert

RGB1792141-
CMYK00.880.770.30
HSL352.41º79%39.22%-
HSV(B)352.41º88.27%70.2%-
XYZ19.2610.283.07-
YUV70.52111.35205.37-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 74.27%
GREEN value IS 21 (8.59% from 255) = 8.71%
BLUE value IS 41 (16.41% from 255) = 17.01%
R=74.27%
G=8.71%
B=17.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.77
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179214100.880.770.30352.417939.22
HexB315290584D1E1604f27
Octal263255101301153654011747
Binary1011001110101101001010110001001101111101011000001001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B31529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B31529; }

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

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

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

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

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

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

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

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