#CB473D

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

Shades of Grenadier #CB473D

Tints of Grenadier #CB473D

Color information

#CB473D (or 0xCB473D) is unknown color: approx Grenadier. HEX triplet: CB, 47 and 3D. RGB value is (203,71,61). Sum of RGB (Red+Green+Blue) = 203+71+61=335 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.60% from 335); Green value is 71 (28.12% from 255 or 21.19% from 335); Blue value is 61 (24.22% from 255 or 18.21% from 335); Max value from RGB is 203 - color contains mainly: red. Hex color #CB473D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB473D is #34B8C2. Grayscale: #6D6D6D. Windows color (decimal): -3455171 or 4016075. OLE color: 4016075.

HSL color Cylindrical-coordinate representation of color #CB473D: hue angle of 4.23º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CB473D is Cyan = 0, Magento = 0.65, Yellow = 0.70 and Black (K on CMYK) = 0.20.

Color convert

RGB2037161-
CMYK00.650.700.20
HSL4.23º57.72%51.76%-
HSV(B)4.23º69.95%79.61%-
XYZ27.7217.546.34-
YUV109.33100.73194.81-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 60.60%
GREEN value IS 71 (28.12% from 255) = 21.19%
BLUE value IS 61 (24.22% from 255) = 18.21%
R=60.60%
G=21.19%
B=18.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.70
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203716100.650.700.204.2357.7251.76
HexCB473D041461443a34
Octal3131077501011062447264
Binary11001011100011111110101000001100011010100100111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB473D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB473D; }

 p { color: rgb(203,71,61); }

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

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

 a { background-color: rgb(203,71,61); }

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

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

 span { border-color: rgb(203,71,61); }

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