Html Css Color HEX #C0412D Grenadier

📋 copy color: '#C0412D'

red 192 ◦ green 65 ◦ blue 45

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

Shades of Grenadier #C0412D

Tints of Grenadier #C0412D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 21.52%

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

R = 63.58%
G = 21.52%
B = 14.9%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#C0412D (or 0xC0412D) is known color: Grenadier. HEX triplet: C0, 41 and 2D. RGB value is (192,65,45). Sum of RGB (Red+Green+Blue) = 192+65+45=302 (40% of max value = 765). Red value is 192 (75.39% from 255 or 63.58% from 302); Green value is 65 (25.78% from 255 or 21.52% from 302); Blue value is 45 (17.97% from 255 or 14.90% from 302); Max value from RGB is 192 - color contains mainly: red. Hex color #C0412D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0412D is #3FBED2. Grayscale: #646464. Windows color (decimal): -4177619 or 2965952. OLE color: 2965952.

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

Color convert

RGB 192 65 45 -
CMYK 0 0.66 0.77 0.25
HSL 8.16º 0.62% 0.46% -
HSV(B) 8.16º 0.77% 0.75% -
XYZ 24.1 15.18 4.14 -
YUV 100.69 96.58 193.13 -
System Red Green Blue C M Y K H S L
Decimal 192 65 45 0 0.66 0.77 0.25 8.16 0.62 0.46
Hex C0 41 2D 0 42 4D 19 8 3E 2E
Octal 300 101 55 0 102 115 31 10 76 56
Binary 11000000 1000001 101101 0 1000010 1001101 11001 1000 111110 101110

Color Harmonies of #C0412D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0412D

Black with #C0412D

Text Example


Text Example

White with #C0412D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0412D; }

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

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

background-color css

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

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

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

border-color css

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

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

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