Html Css Color HEX #C0402E Grenadier

📋 copy color: '#C0402E'

red 192 ◦ green 64 ◦ blue 46

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

Shades of Grenadier #C0402E

Tints of Grenadier #C0402E

RGB

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

 GREEN value IS 64 (25.39% from 255) = 21.19%

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

R = 63.58%
G = 21.19%
B = 15.23%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.76

 K value IS 0.25

RGB Variations

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

Color information

#C0402E (or 0xC0402E) is known color: Grenadier. HEX triplet: C0, 40 and 2E. RGB value is (192,64,46). Sum of RGB (Red+Green+Blue) = 192+64+46=302 (40% of max value = 765). Red value is 192 (75.39% from 255 or 63.58% from 302); Green value is 64 (25.39% from 255 or 21.19% from 302); Blue value is 46 (18.36% from 255 or 15.23% from 302); Max value from RGB is 192 - color contains mainly: red. Hex color #C0402E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0402E is #3FBFD1. Grayscale: #646464. Windows color (decimal): -4177874 or 3031232. OLE color: 3031232.

HSL color Cylindrical-coordinate representation of color #C0402E: hue angle of 7.4º 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 #C0402E is Cyan = 0, Magento = 0.67, Yellow = 0.76 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 64 46 -
CMYK 0 0.67 0.76 0.25
HSL 7.4º 0.61% 0.47% -
HSV(B) 7.4º 0.76% 0.75% -
XYZ 24.06 15.07 4.23 -
YUV 100.22 97.41 193.46 -
System Red Green Blue C M Y K H S L
Decimal 192 64 46 0 0.67 0.76 0.25 7.4 0.61 0.47
Hex C0 40 2E 0 43 4C 19 7 3D 2F
Octal 300 100 56 0 103 114 31 7 75 57
Binary 11000000 1000000 101110 0 1000011 1001100 11001 111 111101 101111

Color Harmonies of #C0402E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0402E

Black with #C0402E

Text Example


Text Example

White with #C0402E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0402E; }

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

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

background-color css

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

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

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

border-color css

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

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

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