Html Css Color HEX #C0412E Grenadier

📋 copy color: '#C0412E'

red 192 ◦ green 65 ◦ blue 46

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

Shades of Grenadier #C0412E

Tints of Grenadier #C0412E

RGB

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

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

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

R = 63.37%
G = 21.45%
B = 15.18%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.76

 K value IS 0.25

RGB Variations

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

Color information

#C0412E (or 0xC0412E) is known color: Grenadier. HEX triplet: C0, 41 and 2E. RGB value is (192,65,46). Sum of RGB (Red+Green+Blue) = 192+65+46=303 (40% of max value = 765). Red value is 192 (75.39% from 255 or 63.37% from 303); Green value is 65 (25.78% from 255 or 21.45% from 303); Blue value is 46 (18.36% from 255 or 15.18% from 303); Max value from RGB is 192 - color contains mainly: red. Hex color #C0412E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0412E is #3FBED1. Grayscale: #656565. Windows color (decimal): -4177618 or 3031488. OLE color: 3031488.

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

Color convert

RGB 192 65 46 -
CMYK 0 0.66 0.76 0.25
HSL 7.81º 0.61% 0.47% -
HSV(B) 7.81º 0.76% 0.75% -
XYZ 24.12 15.18 4.24 -
YUV 100.81 97.08 193.04 -
System Red Green Blue C M Y K H S L
Decimal 192 65 46 0 0.66 0.76 0.25 7.81 0.61 0.47
Hex C0 41 2E 0 42 4C 19 8 3D 2F
Octal 300 101 56 0 102 114 31 10 75 57
Binary 11000000 1000001 101110 0 1000010 1001100 11001 1000 111101 101111

Color Harmonies of #C0412E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0412E

Black with #C0412E

Text Example


Text Example

White with #C0412E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0412E; }

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

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

background-color css

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

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

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

border-color css

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

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

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