#B31C39

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

Shades of Cardinal #B31C39

Tints of Cardinal #B31C39

Color information

#B31C39 (or 0xB31C39) is unknown color: approx Cardinal. HEX triplet: B3, 1C and 39. RGB value is (179,28,57). Sum of RGB (Red+Green+Blue) = 179+28+57=264 (34% of max value = 765). Red value is 179 (70.31% from 255 or 67.80% from 264); Green value is 28 (11.33% from 255 or 10.61% from 264); Blue value is 57 (22.66% from 255 or 21.59% from 264); Max value from RGB is 179 - color contains mainly: red. Hex color #B31C39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B31C39 is #4CE3C6. Grayscale: #4C4C4C. Windows color (decimal): -5039047 or 3742899. OLE color: 3742899.

HSL color Cylindrical-coordinate representation of color #B31C39: hue angle of 348.48º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B31C39 is Cyan = 0, Magento = 0.84, Yellow = 0.68 and Black (K on CMYK) = 0.30.

Color convert

RGB1792857-
CMYK00.840.680.30
HSL348.48º72.95%40.59%-
HSV(B)348.48º84.36%70.2%-
XYZ19.7410.714.9-
YUV76.46117.03201.14-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 67.80%
GREEN value IS 28 (11.33% from 255) = 10.61%
BLUE value IS 57 (22.66% from 255) = 21.59%
R=67.80%
G=10.61%
B=21.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.68
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179285700.840.680.30348.4872.9540.59
HexB31C39054441E15c4929
Octal263347101241043653411151
Binary1011001111100111001010101001000100111101010111001001001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B31C39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B31C39; }

 p { color: rgb(179,28,57); }

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

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

 a { background-color: rgb(179,28,57); }

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

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

 span { border-color: rgb(179,28,57); }

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