Html Css Color HEX #C0432D Grenadier

📋 copy color: '#C0432D'

red 192 ◦ green 67 ◦ blue 45

#C0432D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Grenadier #C0432D

Tints of Grenadier #C0432D

RGB

 RED value IS 192 (75.39% from 255) = 63.16%

 GREEN value IS 67 (26.56% from 255) = 22.04%

 BLUE value IS 45 (17.97% from 255) = 14.8%

R = 63.16%
G = 22.04%
B = 14.8%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#C0432D (or 0xC0432D) is known color: Grenadier. HEX triplet: C0, 43 and 2D. RGB value is (192,67,45). Sum of RGB (Red+Green+Blue) = 192+67+45=304 (40% of max value = 765). Red value is 192 (75.39% from 255 or 63.16% from 304); Green value is 67 (26.56% from 255 or 22.04% from 304); Blue value is 45 (17.97% from 255 or 14.80% from 304); Max value from RGB is 192 - color contains mainly: red. Hex color #C0432D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0432D is #3FBCD2. Grayscale: #666666. Windows color (decimal): -4177107 or 2966464. OLE color: 2966464.

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

Color convert

RGB 192 67 45 -
CMYK 0 0.65 0.77 0.25
HSL 8.98º 0.62% 0.46% -
HSV(B) 8.98º 0.77% 0.75% -
XYZ 24.22 15.41 4.18 -
YUV 101.87 95.91 192.29 -
System Red Green Blue C M Y K H S L
Decimal 192 67 45 0 0.65 0.77 0.25 8.98 0.62 0.46
Hex C0 43 2D 0 41 4D 19 9 3E 2E
Octal 300 103 55 0 101 115 31 11 76 56
Binary 11000000 1000011 101101 0 1000001 1001101 11001 1001 111110 101110

Color Harmonies of #C0432D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0432D

Black with #C0432D

Text Example


Text Example

White with #C0432D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0432D; }

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

 H1.HeaderClassName
 {
   color: #C0432D;
 }
 .AnyTagClassName
 {
   color: #C0432D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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