Html Css Color HEX #C0452D Grenadier

📋 copy color: '#C0452D'

red 192 ◦ green 69 ◦ blue 45

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

Shades of Grenadier #C0452D

Tints of Grenadier #C0452D

RGB

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

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

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

R = 62.75%
G = 22.55%
B = 14.71%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#C0452D (or 0xC0452D) is known color: Grenadier. HEX triplet: C0, 45 and 2D. RGB value is (192,69,45). Sum of RGB (Red+Green+Blue) = 192+69+45=306 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.75% from 306); Green value is 69 (27.34% from 255 or 22.55% from 306); Blue value is 45 (17.97% from 255 or 14.71% from 306); Max value from RGB is 192 - color contains mainly: red. Hex color #C0452D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0452D is #3FBAD2. Grayscale: #676767. Windows color (decimal): -4176595 or 2966976. OLE color: 2966976.

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

Color convert

RGB 192 69 45 -
CMYK 0 0.64 0.77 0.25
HSL 9.8º 0.62% 0.46% -
HSV(B) 9.8º 0.77% 0.75% -
XYZ 24.34 15.65 4.22 -
YUV 103.04 95.25 191.45 -
System Red Green Blue C M Y K H S L
Decimal 192 69 45 0 0.64 0.77 0.25 9.8 0.62 0.46
Hex C0 45 2D 0 40 4D 19 A 3E 2E
Octal 300 105 55 0 100 115 31 12 76 56
Binary 11000000 1000101 101101 0 1000000 1001101 11001 1010 111110 101110

Color Harmonies of #C0452D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0452D

Black with #C0452D

Text Example


Text Example

White with #C0452D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0452D; }

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

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

background-color css

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

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

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

border-color css

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

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

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