Html Css Color HEX #C0452F Grenadier

📋 copy color: '#C0452F'

red 192 ◦ green 69 ◦ blue 47

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

Shades of Grenadier #C0452F

Tints of Grenadier #C0452F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 15.26%

R = 62.34%
G = 22.4%
B = 15.26%

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

#C0452F (or 0xC0452F) is known color: Grenadier. HEX triplet: C0, 45 and 2F. RGB value is (192,69,47). Sum of RGB (Red+Green+Blue) = 192+69+47=308 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.34% from 308); Green value is 69 (27.34% from 255 or 22.40% from 308); Blue value is 47 (18.75% from 255 or 15.26% from 308); Max value from RGB is 192 - color contains mainly: red. Hex color #C0452F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0452F is #3FBAD0. Grayscale: #676767. Windows color (decimal): -4176593 or 3098048. OLE color: 3098048.

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

Color convert

RGB 192 69 47 -
CMYK 0 0.64 0.76 0.25
HSL 9.1º 0.61% 0.47% -
HSV(B) 9.1º 0.76% 0.75% -
XYZ 24.38 15.67 4.43 -
YUV 103.27 96.25 191.29 -
System Red Green Blue C M Y K H S L
Decimal 192 69 47 0 0.64 0.76 0.25 9.1 0.61 0.47
Hex C0 45 2F 0 40 4C 19 9 3D 2F
Octal 300 105 57 0 100 114 31 11 75 57
Binary 11000000 1000101 101111 0 1000000 1001100 11001 1001 111101 101111

Color Harmonies of #C0452F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0452F

Black with #C0452F

Text Example


Text Example

White with #C0452F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0452F; }

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

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

background-color css

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

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

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

border-color css

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

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

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