#B32733

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

Shades of Cardinal #B32733

Tints of Cardinal #B32733

Color information

#B32733 (or 0xB32733) is unknown color: approx Cardinal. HEX triplet: B3, 27 and 33. RGB value is (179,39,51). Sum of RGB (Red+Green+Blue) = 179+39+51=269 (35% of max value = 765). Red value is 179 (70.31% from 255 or 66.54% from 269); Green value is 39 (15.62% from 255 or 14.50% from 269); Blue value is 51 (20.31% from 255 or 18.96% from 269); Max value from RGB is 179 - color contains mainly: red. Hex color #B32733 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32733 is #4CD8CC. Grayscale: #525252. Windows color (decimal): -5036237 or 3352499. OLE color: 3352499.

HSL color Cylindrical-coordinate representation of color #B32733: hue angle of 354.86º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B32733 is Cyan = 0, Magento = 0.78, Yellow = 0.72 and Black (K on CMYK) = 0.30.

Color convert

RGB1793951-
CMYK00.780.720.30
HSL354.86º64.22%42.75%-
HSV(B)354.86º78.21%70.2%-
XYZ19.9111.274.26-
YUV82.23110.38197.02-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 66.54%
GREEN value IS 39 (15.62% from 255) = 14.50%
BLUE value IS 51 (20.31% from 255) = 18.96%
R=66.54%
G=14.50%
B=18.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.72
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179395100.780.720.30354.8664.2242.75
HexB3273304E481E163402b
Octal263476301161103654310053
Binary10110011100111110011010011101001000111101011000111000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B32733

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B32733; }

 p { color: rgb(179,39,51); }

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

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

 a { background-color: rgb(179,39,51); }

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

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

 span { border-color: rgb(179,39,51); }

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