Html Css Color HEX #C0432E Grenadier

📋 copy color: '#C0432E'

red 192 ◦ green 67 ◦ blue 46

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

Shades of Grenadier #C0432E

Tints of Grenadier #C0432E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 15.08%

R = 62.95%
G = 21.97%
B = 15.08%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.76

 K value IS 0.25

RGB Variations

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

Color information

#C0432E (or 0xC0432E) is known color: Grenadier. HEX triplet: C0, 43 and 2E. RGB value is (192,67,46). Sum of RGB (Red+Green+Blue) = 192+67+46=305 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.95% from 305); Green value is 67 (26.56% from 255 or 21.97% from 305); Blue value is 46 (18.36% from 255 or 15.08% from 305); Max value from RGB is 192 - color contains mainly: red. Hex color #C0432E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0432E is #3FBCD1. Grayscale: #666666. Windows color (decimal): -4177106 or 3032000. OLE color: 3032000.

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

Color convert

RGB 192 67 46 -
CMYK 0 0.65 0.76 0.25
HSL 8.63º 0.61% 0.47% -
HSV(B) 8.63º 0.76% 0.75% -
XYZ 24.24 15.42 4.28 -
YUV 101.98 96.41 192.21 -
System Red Green Blue C M Y K H S L
Decimal 192 67 46 0 0.65 0.76 0.25 8.63 0.61 0.47
Hex C0 43 2E 0 41 4C 19 9 3D 2F
Octal 300 103 56 0 101 114 31 11 75 57
Binary 11000000 1000011 101110 0 1000001 1001100 11001 1001 111101 101111

Color Harmonies of #C0432E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0432E

Black with #C0432E

Text Example


Text Example

White with #C0432E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0432E; }

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

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

background-color css

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

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

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

border-color css

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

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

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