Html Css Color HEX #C0402D Grenadier

📋 copy color: '#C0402D'

red 192 ◦ green 64 ◦ blue 45

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

Shades of Grenadier #C0402D

Tints of Grenadier #C0402D

RGB

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

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

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

R = 63.79%
G = 21.26%
B = 14.95%

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

#C0402D (or 0xC0402D) is known color: Grenadier. HEX triplet: C0, 40 and 2D. RGB value is (192,64,45). Sum of RGB (Red+Green+Blue) = 192+64+45=301 (39% of max value = 765). Red value is 192 (75.39% from 255 or 63.79% from 301); Green value is 64 (25.39% from 255 or 21.26% from 301); Blue value is 45 (17.97% from 255 or 14.95% from 301); Max value from RGB is 192 - color contains mainly: red. Hex color #C0402D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0402D is #3FBFD2. Grayscale: #646464. Windows color (decimal): -4177875 or 2965696. OLE color: 2965696.

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

Color convert

RGB 192 64 45 -
CMYK 0 0.67 0.77 0.25
HSL 7.76º 0.62% 0.46% -
HSV(B) 7.76º 0.77% 0.75% -
XYZ 24.05 15.06 4.12 -
YUV 100.11 96.91 193.54 -
System Red Green Blue C M Y K H S L
Decimal 192 64 45 0 0.67 0.77 0.25 7.76 0.62 0.46
Hex C0 40 2D 0 43 4D 19 8 3E 2E
Octal 300 100 55 0 103 115 31 10 76 56
Binary 11000000 1000000 101101 0 1000011 1001101 11001 1000 111110 101110

Color Harmonies of #C0402D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0402D

Black with #C0402D

Text Example


Text Example

White with #C0402D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0402D; }

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

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

background-color css

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

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

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

border-color css

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

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

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