Html Css Color HEX #C04630 Grenadier

📋 copy color: '#C04630'

red 192 ◦ green 70 ◦ blue 48

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

Shades of Grenadier #C04630

Tints of Grenadier #C04630

RGB

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

 GREEN value IS 70 (27.73% from 255) = 22.58%

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

R = 61.94%
G = 22.58%
B = 15.48%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.75

 K value IS 0.25

RGB Variations

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

Color information

#C04630 (or 0xC04630) is known color: Grenadier. HEX triplet: C0, 46 and 30. RGB value is (192,70,48). Sum of RGB (Red+Green+Blue) = 192+70+48=310 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.94% from 310); Green value is 70 (27.73% from 255 or 22.58% from 310); Blue value is 48 (19.14% from 255 or 15.48% from 310); Max value from RGB is 192 - color contains mainly: red. Hex color #C04630 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C04630 is #3FB9CF. Grayscale: #686868. Windows color (decimal): -4176336 or 3163840. OLE color: 3163840.

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

Color convert

RGB 192 70 48 -
CMYK 0 0.64 0.75 0.25
HSL 9.17º 0.6% 0.47% -
HSV(B) 9.17º 0.75% 0.75% -
XYZ 24.46 15.8 4.56 -
YUV 103.97 96.42 190.79 -
System Red Green Blue C M Y K H S L
Decimal 192 70 48 0 0.64 0.75 0.25 9.17 0.6 0.47
Hex C0 46 30 0 40 4B 19 9 3C 2F
Octal 300 106 60 0 100 113 31 11 74 57
Binary 11000000 1000110 110000 0 1000000 1001011 11001 1001 111100 101111

Color Harmonies of #C04630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04630

Black with #C04630

Text Example


Text Example

White with #C04630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04630; }

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

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

background-color css

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

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

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

border-color css

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

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

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