#B31E38

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

Shades of Cardinal #B31E38

Tints of Cardinal #B31E38

Color information

#B31E38 (or 0xB31E38) is unknown color: approx Cardinal. HEX triplet: B3, 1E and 38. RGB value is (179,30,56). Sum of RGB (Red+Green+Blue) = 179+30+56=265 (35% of max value = 765). Red value is 179 (70.31% from 255 or 67.55% from 265); Green value is 30 (12.11% from 255 or 11.32% from 265); Blue value is 56 (22.27% from 255 or 21.13% from 265); Max value from RGB is 179 - color contains mainly: red. Hex color #B31E38 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B31E38 is #4CE1C7. Grayscale: #4D4D4D. Windows color (decimal): -5038536 or 3677875. OLE color: 3677875.

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

Color convert

RGB1793056-
CMYK00.830.690.30
HSL349.53º71.29%40.98%-
HSV(B)349.53º83.24%70.2%-
XYZ19.7710.84.78-
YUV77.52115.86200.39-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 67.55%
GREEN value IS 30 (12.11% from 255) = 11.32%
BLUE value IS 56 (22.27% from 255) = 21.13%
R=67.55%
G=11.32%
B=21.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.69
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179305600.830.690.30349.5371.2940.98
HexB31E38053451E15e4729
Octal263367001231053653610751
Binary1011001111110111000010100111000101111101010111101000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B31E38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B31E38; }

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

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

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

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

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

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

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

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