Html Css Color HEX #C0402C Grenadier

📋 copy color: '#C0402C'

red 192 ◦ green 64 ◦ blue 44

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

Shades of Grenadier #C0402C

Tints of Grenadier #C0402C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 14.67%

R = 64%
G = 21.33%
B = 14.67%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#C0402C (or 0xC0402C) is known color: Grenadier. HEX triplet: C0, 40 and 2C. RGB value is (192,64,44). Sum of RGB (Red+Green+Blue) = 192+64+44=300 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64% from 300); Green value is 64 (25.39% from 255 or 21.33% from 300); Blue value is 44 (17.58% from 255 or 14.67% from 300); Max value from RGB is 192 - color contains mainly: red. Hex color #C0402C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0402C is #3FBFD3. Grayscale: #646464. Windows color (decimal): -4177876 or 2900160. OLE color: 2900160.

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

Color convert

RGB 192 64 44 -
CMYK 0 0.67 0.77 0.25
HSL 8.11º 0.63% 0.46% -
HSV(B) 8.11º 0.77% 0.75% -
XYZ 24.03 15.06 4.02 -
YUV 99.99 96.41 193.63 -
System Red Green Blue C M Y K H S L
Decimal 192 64 44 0 0.67 0.77 0.25 8.11 0.63 0.46
Hex C0 40 2C 0 43 4D 19 8 3F 2E
Octal 300 100 54 0 103 115 31 10 77 56
Binary 11000000 1000000 101100 0 1000011 1001101 11001 1000 111111 101110

Color Harmonies of #C0402C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0402C

Black with #C0402C

Text Example


Text Example

White with #C0402C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0402C; }

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

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

background-color css

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

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

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

border-color css

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

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

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