Html Css Color HEX #C2482F Grenadier

📋 copy color: '#C2482F'

red 194 ◦ green 72 ◦ blue 47

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

Shades of Grenadier #C2482F

Tints of Grenadier #C2482F

RGB

 RED value IS 194 (76.17% from 255) = 61.98%

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

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

R = 61.98%
G = 23%
B = 15.02%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.76

 K value IS 0.24

RGB Variations

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

Color information

#C2482F (or 0xC2482F) is known color: Grenadier. HEX triplet: C2, 48 and 2F. RGB value is (194,72,47). Sum of RGB (Red+Green+Blue) = 194+72+47=313 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.98% from 313); Green value is 72 (28.52% from 255 or 23.00% from 313); Blue value is 47 (18.75% from 255 or 15.02% from 313); Max value from RGB is 194 - color contains mainly: red. Hex color #C2482F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2482F is #3DB7D0. Grayscale: #696969. Windows color (decimal): -4044753 or 3098818. OLE color: 3098818.

HSL color Cylindrical-coordinate representation of color #C2482F: hue angle of 10.2º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C2482F is Cyan = 0, Magento = 0.63, Yellow = 0.76 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 72 47 -
CMYK 0 0.63 0.76 0.24
HSL 10.2º 0.61% 0.47% -
HSV(B) 10.2º 0.76% 0.76% -
XYZ 25.08 16.31 4.52 -
YUV 105.63 94.92 191.03 -
System Red Green Blue C M Y K H S L
Decimal 194 72 47 0 0.63 0.76 0.24 10.2 0.61 0.47
Hex C2 48 2F 0 3F 4C 18 A 3D 2F
Octal 302 110 57 0 77 114 30 12 75 57
Binary 11000010 1001000 101111 0 111111 1001100 11000 1010 111101 101111

Color Harmonies of #C2482F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2482F

Black with #C2482F

Text Example


Text Example

White with #C2482F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2482F; }

 p { color: rgb(194,72,47); }

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

background-color css

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

 a { background-color: rgb(194,72,47); }

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

border-color css

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

 span { border-color: rgb(194,72,47); }

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