#B31C38

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

Shades of Cardinal #B31C38

Tints of Cardinal #B31C38

Color information

#B31C38 (or 0xB31C38) is unknown color: approx Cardinal. HEX triplet: B3, 1C and 38. RGB value is (179,28,56). Sum of RGB (Red+Green+Blue) = 179+28+56=263 (34% of max value = 765). Red value is 179 (70.31% from 255 or 68.06% from 263); Green value is 28 (11.33% from 255 or 10.65% from 263); Blue value is 56 (22.27% from 255 or 21.29% from 263); Max value from RGB is 179 - color contains mainly: red. Hex color #B31C38 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B31C38 is #4CE3C7. Grayscale: #4C4C4C. Windows color (decimal): -5039048 or 3677363. OLE color: 3677363.

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

Color convert

RGB1792856-
CMYK00.840.690.30
HSL348.87º72.95%40.59%-
HSV(B)348.87º84.36%70.2%-
XYZ19.7210.74.77-
YUV76.34116.53201.22-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 68.06%
GREEN value IS 28 (11.33% from 255) = 10.65%
BLUE value IS 56 (22.27% from 255) = 21.29%
R=68.06%
G=10.65%
B=21.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.69
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179285600.840.690.30348.8772.9540.59
HexB31C38054451E15d4929
Octal263347001241053653511151
Binary1011001111100111000010101001000101111101010111011001001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B31C38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B31C38; }

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

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

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

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

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

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

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

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