#CB4A3D

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

Shades of Grenadier #CB4A3D

Tints of Grenadier #CB4A3D

Color information

#CB4A3D (or 0xCB4A3D) is unknown color: approx Grenadier. HEX triplet: CB, 4A and 3D. RGB value is (203,74,61). Sum of RGB (Red+Green+Blue) = 203+74+61=338 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.06% from 338); Green value is 74 (29.30% from 255 or 21.89% from 338); Blue value is 61 (24.22% from 255 or 18.05% from 338); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4A3D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB4A3D is #34B5C2. Grayscale: #6F6F6F. Windows color (decimal): -3454403 or 4016843. OLE color: 4016843.

HSL color Cylindrical-coordinate representation of color #CB4A3D: hue angle of 5.49º 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 #CB4A3D is Cyan = 0, Magento = 0.64, Yellow = 0.70 and Black (K on CMYK) = 0.20.

Color convert

RGB2037461-
CMYK00.640.700.20
HSL5.49º57.72%51.76%-
HSV(B)5.49º69.95%79.61%-
XYZ27.9217.936.4-
YUV111.0999.74193.56-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 60.06%
GREEN value IS 74 (29.30% from 255) = 21.89%
BLUE value IS 61 (24.22% from 255) = 18.05%
R=60.06%
G=21.89%
B=18.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.70
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203746100.640.700.205.4957.7251.76
HexCB4A3D040461453a34
Octal3131127501001062457264
Binary11001011100101011110101000000100011010100101111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB4A3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB4A3D; }

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

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

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

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

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

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

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

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