Html Css Color HEX #C0482E Grenadier

📋 copy color: '#C0482E'

red 192 ◦ green 72 ◦ blue 46

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

Shades of Grenadier #C0482E

Tints of Grenadier #C0482E

RGB

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

 GREEN value IS 72 (28.52% from 255) = 23.23%

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

R = 61.94%
G = 23.23%
B = 14.84%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.76

 K value IS 0.25

RGB Variations

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

Color information

#C0482E (or 0xC0482E) is known color: Grenadier. HEX triplet: C0, 48 and 2E. RGB value is (192,72,46). Sum of RGB (Red+Green+Blue) = 192+72+46=310 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.94% from 310); Green value is 72 (28.52% from 255 or 23.23% from 310); Blue value is 46 (18.36% from 255 or 14.84% from 310); Max value from RGB is 192 - color contains mainly: red. Hex color #C0482E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0482E is #3FB7D1. Grayscale: #696969. Windows color (decimal): -4175826 or 3033280. OLE color: 3033280.

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

Color convert

RGB 192 72 46 -
CMYK 0 0.63 0.76 0.25
HSL 10.68º 0.61% 0.47% -
HSV(B) 10.68º 0.76% 0.75% -
XYZ 24.55 16.04 4.39 -
YUV 104.92 94.76 190.11 -
System Red Green Blue C M Y K H S L
Decimal 192 72 46 0 0.63 0.76 0.25 10.68 0.61 0.47
Hex C0 48 2E 0 3F 4C 19 B 3D 2F
Octal 300 110 56 0 77 114 31 13 75 57
Binary 11000000 1001000 101110 0 111111 1001100 11001 1011 111101 101111

Color Harmonies of #C0482E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0482E

Black with #C0482E

Text Example


Text Example

White with #C0482E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0482E; }

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

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

background-color css

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

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

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

border-color css

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

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

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