#B32330

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

Shades of Cardinal #B32330

Tints of Cardinal #B32330

Color information

#B32330 (or 0xB32330) is unknown color: approx Cardinal. HEX triplet: B3, 23 and 30. RGB value is (179,35,48). Sum of RGB (Red+Green+Blue) = 179+35+48=262 (34% of max value = 765). Red value is 179 (70.31% from 255 or 68.32% from 262); Green value is 35 (14.06% from 255 or 13.36% from 262); Blue value is 48 (19.14% from 255 or 18.32% from 262); Max value from RGB is 179 - color contains mainly: red. Hex color #B32330 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32330 is #4CDCCF. Grayscale: #4F4F4F. Windows color (decimal): -5037264 or 3154867. OLE color: 3154867.

HSL color Cylindrical-coordinate representation of color #B32330: hue angle of 354.58º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B32330 is Cyan = 0, Magento = 0.80, Yellow = 0.73 and Black (K on CMYK) = 0.30.

Color convert

RGB1793548-
CMYK00.800.730.30
HSL354.58º67.29%41.96%-
HSV(B)354.58º80.45%70.2%-
XYZ19.72113.88-
YUV79.54110.21198.94-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 68.32%
GREEN value IS 35 (14.06% from 255) = 13.36%
BLUE value IS 48 (19.14% from 255) = 18.32%
R=68.32%
G=13.36%
B=18.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.73
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179354800.800.730.30354.5867.2941.96
HexB32330050491E163432a
Octal263436001201113654310352
Binary10110011100011110000010100001001001111101011000111000011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B32330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B32330; }

 p { color: rgb(179,35,48); }

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

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

 a { background-color: rgb(179,35,48); }

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

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

 span { border-color: rgb(179,35,48); }

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