#B30A31

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

Shades of Cardinal #B30A31

Tints of Cardinal #B30A31

Color information

#B30A31 (or 0xB30A31) is unknown color: approx Cardinal. HEX triplet: B3, 0A and 31. RGB value is (179,10,49). Sum of RGB (Red+Green+Blue) = 179+10+49=238 (31% of max value = 765). Red value is 179 (70.31% from 255 or 75.21% from 238); Green value is 10 (4.30% from 255 or 4.20% from 238); Blue value is 49 (19.53% from 255 or 20.59% from 238); Max value from RGB is 179 - color contains mainly: red. Hex color #B30A31 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30A31 is #4CF5CE. Grayscale: #404040. Windows color (decimal): -5043663 or 3214003. OLE color: 3214003.

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

Color convert

RGB1791049-
CMYK00.940.730.30
HSL346.15º89.42%37.06%-
HSV(B)346.15º94.41%70.2%-
XYZ19.2510.023.83-
YUV64.98118.99209.33-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 75.21%
GREEN value IS 10 (4.30% from 255) = 4.20%
BLUE value IS 49 (19.53% from 255) = 20.59%
R=75.21%
G=4.20%
B=20.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.73
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179104900.940.730.30346.1589.4237.06
HexB3A3105E491E15a5925
Octal263126101361113653213145
Binary101100111010110001010111101001001111101010110101011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B30A31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B30A31; }

 p { color: rgb(179,10,49); }

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

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

 a { background-color: rgb(179,10,49); }

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

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

 span { border-color: rgb(179,10,49); }

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