#B32635

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

Shades of Cardinal #B32635

Tints of Cardinal #B32635

Color information

#B32635 (or 0xB32635) is unknown color: approx Cardinal. HEX triplet: B3, 26 and 35. RGB value is (179,38,53). Sum of RGB (Red+Green+Blue) = 179+38+53=270 (35% of max value = 765). Red value is 179 (70.31% from 255 or 66.30% from 270); Green value is 38 (15.23% from 255 or 14.07% from 270); Blue value is 53 (21.09% from 255 or 19.63% from 270); Max value from RGB is 179 - color contains mainly: red. Hex color #B32635 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32635 is #4CD9CA. Grayscale: #515151. Windows color (decimal): -5036491 or 3483315. OLE color: 3483315.

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

Color convert

RGB1793853-
CMYK00.790.700.30
HSL353.62º64.98%42.55%-
HSV(B)353.62º78.77%70.2%-
XYZ19.9311.234.48-
YUV81.87111.71197.28-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 66.30%
GREEN value IS 38 (15.23% from 255) = 14.07%
BLUE value IS 53 (21.09% from 255) = 19.63%
R=66.30%
G=14.07%
B=19.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.70
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179385300.790.700.30353.6264.9842.55
HexB3263504F461E162412b
Octal263466501171063654210153
Binary10110011100110110101010011111000110111101011000101000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B32635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B32635; }

 p { color: rgb(179,38,53); }

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

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

 a { background-color: rgb(179,38,53); }

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

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

 span { border-color: rgb(179,38,53); }

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