#B31A38

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

Shades of Cardinal #B31A38

Tints of Cardinal #B31A38

Color information

#B31A38 (or 0xB31A38) is unknown color: approx Cardinal. HEX triplet: B3, 1A and 38. RGB value is (179,26,56). Sum of RGB (Red+Green+Blue) = 179+26+56=261 (34% of max value = 765). Red value is 179 (70.31% from 255 or 68.58% from 261); Green value is 26 (10.55% from 255 or 9.96% from 261); Blue value is 56 (22.27% from 255 or 21.46% from 261); Max value from RGB is 179 - color contains mainly: red. Hex color #B31A38 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B31A38 is #4CE5C7. Grayscale: #4B4B4B. Windows color (decimal): -5039560 or 3676851. OLE color: 3676851.

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

Color convert

RGB1792656-
CMYK00.850.690.30
HSL348.24º74.63%40.2%-
HSV(B)348.24º85.47%70.2%-
XYZ19.6710.614.75-
YUV75.17117.19202.06-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 68.58%
GREEN value IS 26 (10.55% from 255) = 9.96%
BLUE value IS 56 (22.27% from 255) = 21.46%
R=68.58%
G=9.96%
B=21.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.69
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179265600.850.690.30348.2474.6340.2
HexB31A38055451E15c4b28
Octal263327001251053653411350
Binary1011001111010111000010101011000101111101010111001001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B31A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B31A38; }

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

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

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

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

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

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

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

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