#C0433D

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

Shades of Grenadier #C0433D

Tints of Grenadier #C0433D

Color information

#C0433D (or 0xC0433D) is unknown color: approx Grenadier. HEX triplet: C0, 43 and 3D. RGB value is (192,67,61). Sum of RGB (Red+Green+Blue) = 192+67+61=320 (42% of max value = 765). Red value is 192 (75.39% from 255 or 60% from 320); Green value is 67 (26.56% from 255 or 20.94% from 320); Blue value is 61 (24.22% from 255 or 19.06% from 320); Max value from RGB is 192 - color contains mainly: red. Hex color #C0433D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0433D is #3FBCC2. Grayscale: #676767. Windows color (decimal): -4177091 or 4015040. OLE color: 4015040.

HSL color Cylindrical-coordinate representation of color #C0433D: hue angle of 2.75º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C0433D is Cyan = 0, Magento = 0.65, Yellow = 0.68 and Black (K on CMYK) = 0.25.

Color convert

RGB1926761-
CMYK00.650.680.25
HSL2.75º51.78%49.61%-
HSV(B)2.75º68.23%75.29%-
XYZ24.5915.566.12-
YUV103.69103.91190.99-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 60%
GREEN value IS 67 (26.56% from 255) = 20.94%
BLUE value IS 61 (24.22% from 255) = 19.06%
R=60%
G=20.94%
B=19.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.68
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192676100.650.680.252.7551.7849.61
HexC0433D041441933432
Octal3001037501011043136462
Binary1100000010000111111010100000110001001100111110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0433D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0433D; }

 p { color: rgb(192,67,61); }

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

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

 a { background-color: rgb(192,67,61); }

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

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

 span { border-color: rgb(192,67,61); }

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