Html Css Color HEX #C0452E Grenadier

📋 copy color: '#C0452E'

red 192 ◦ green 69 ◦ blue 46

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

Shades of Grenadier #C0452E

Tints of Grenadier #C0452E

RGB

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

 GREEN value IS 69 (27.34% from 255) = 22.48%

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

R = 62.54%
G = 22.48%
B = 14.98%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.76

 K value IS 0.25

RGB Variations

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

Color information

#C0452E (or 0xC0452E) is known color: Grenadier. HEX triplet: C0, 45 and 2E. RGB value is (192,69,46). Sum of RGB (Red+Green+Blue) = 192+69+46=307 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.54% from 307); Green value is 69 (27.34% from 255 or 22.48% from 307); Blue value is 46 (18.36% from 255 or 14.98% from 307); Max value from RGB is 192 - color contains mainly: red. Hex color #C0452E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0452E is #3FBAD1. Grayscale: #676767. Windows color (decimal): -4176594 or 3032512. OLE color: 3032512.

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

Color convert

RGB 192 69 46 -
CMYK 0 0.64 0.76 0.25
HSL 9.45º 0.61% 0.47% -
HSV(B) 9.45º 0.76% 0.75% -
XYZ 24.36 15.66 4.32 -
YUV 103.16 95.75 191.37 -
System Red Green Blue C M Y K H S L
Decimal 192 69 46 0 0.64 0.76 0.25 9.45 0.61 0.47
Hex C0 45 2E 0 40 4C 19 9 3D 2F
Octal 300 105 56 0 100 114 31 11 75 57
Binary 11000000 1000101 101110 0 1000000 1001100 11001 1001 111101 101111

Color Harmonies of #C0452E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0452E

Black with #C0452E

Text Example


Text Example

White with #C0452E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0452E; }

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

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

background-color css

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

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

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

border-color css

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

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

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