#B30331

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

Shades of Cardinal #B30331

Tints of Cardinal #B30331

Color information

#B30331 (or 0xB30331) is unknown color: approx Cardinal. HEX triplet: B3, 03 and 31. RGB value is (179,3,49). Sum of RGB (Red+Green+Blue) = 179+3+49=231 (30% of max value = 765). Red value is 179 (70.31% from 255 or 77.49% from 231); Green value is 3 (1.56% from 255 or 1.30% from 231); Blue value is 49 (19.53% from 255 or 21.21% from 231); Max value from RGB is 179 - color contains mainly: red. Hex color #B30331 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30331 is #4CFCCE. Grayscale: #3C3C3C. Windows color (decimal): -5045455 or 3212211. OLE color: 3212211.

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

Color convert

RGB179349-
CMYK00.980.730.30
HSL344.32º96.7%35.69%-
HSV(B)344.32º98.32%70.2%-
XYZ19.189.873.8-
YUV60.87121.31212.26-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 77.49%
GREEN value IS 3 (1.56% from 255) = 1.30%
BLUE value IS 49 (19.53% from 255) = 21.21%
R=77.49%
G=1.30%
B=21.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.73
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17934900.980.730.30344.3296.735.69
HexB3331062491E1586124
Octal26336101421113653014144
Binary1011001111110001011000101001001111101010110001100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B30331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B30331; }

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

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

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

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

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

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

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

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