#B31A33

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

Shades of Cardinal #B31A33

Tints of Cardinal #B31A33

Color information

#B31A33 (or 0xB31A33) is unknown color: approx Cardinal. HEX triplet: B3, 1A and 33. RGB value is (179,26,51). Sum of RGB (Red+Green+Blue) = 179+26+51=256 (33% of max value = 765). Red value is 179 (70.31% from 255 or 69.92% from 256); Green value is 26 (10.55% from 255 or 10.16% from 256); Blue value is 51 (20.31% from 255 or 19.92% from 256); Max value from RGB is 179 - color contains mainly: red. Hex color #B31A33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B31A33 is #4CE5CC. Grayscale: #4A4A4A. Windows color (decimal): -5039565 or 3349171. OLE color: 3349171.

HSL color Cylindrical-coordinate representation of color #B31A33: hue angle of 350.2º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B31A33 is Cyan = 0, Magento = 0.85, Yellow = 0.72 and Black (K on CMYK) = 0.30.

Color convert

RGB1792651-
CMYK00.850.720.30
HSL350.2º74.63%40.2%-
HSV(B)350.2º85.47%70.2%-
XYZ19.5610.564.14-
YUV74.6114.69202.47-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 69.92%
GREEN value IS 26 (10.55% from 255) = 10.16%
BLUE value IS 51 (20.31% from 255) = 19.92%
R=69.92%
G=10.16%
B=19.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.72
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179265100.850.720.30350.274.6340.2
HexB31A33055481E15e4b28
Octal263326301251103653611350
Binary1011001111010110011010101011001000111101010111101001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B31A33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B31A33; }

 p { color: rgb(179,26,51); }

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

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

 a { background-color: rgb(179,26,51); }

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

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

 span { border-color: rgb(179,26,51); }

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