Html Css Color HEX #C04830 Grenadier

📋 copy color: '#C04830'

red 192 ◦ green 72 ◦ blue 48

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

Shades of Grenadier #C04830

Tints of Grenadier #C04830

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 15.38%

R = 61.54%
G = 23.08%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.75

 K value IS 0.25

RGB Variations

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

Color information

#C04830 (or 0xC04830) is known color: Grenadier. HEX triplet: C0, 48 and 30. RGB value is (192,72,48). Sum of RGB (Red+Green+Blue) = 192+72+48=312 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.54% from 312); Green value is 72 (28.52% from 255 or 23.08% from 312); Blue value is 48 (19.14% from 255 or 15.38% from 312); Max value from RGB is 192 - color contains mainly: red. Hex color #C04830 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C04830 is #3FB7CF. Grayscale: #696969. Windows color (decimal): -4175824 or 3164352. OLE color: 3164352.

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

Color convert

RGB 192 72 48 -
CMYK 0 0.63 0.75 0.25
HSL 10º 0.6% 0.47% -
HSV(B) 10º 0.75% 0.75% -
XYZ 24.59 16.05 4.6 -
YUV 105.14 95.76 189.95 -
System Red Green Blue C M Y K H S L
Decimal 192 72 48 0 0.63 0.75 0.25 10 0.6 0.47
Hex C0 48 30 0 3F 4B 19 A 3C 2F
Octal 300 110 60 0 77 113 31 12 74 57
Binary 11000000 1001000 110000 0 111111 1001011 11001 1010 111100 101111

Color Harmonies of #C04830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04830

Black with #C04830

Text Example


Text Example

White with #C04830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04830; }

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

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

background-color css

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

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

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

border-color css

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

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

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