Html Css Color HEX #C04230 Grenadier

📋 copy color: '#C04230'

red 192 ◦ green 66 ◦ blue 48

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

Shades of Grenadier #C04230

Tints of Grenadier #C04230

RGB

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

 GREEN value IS 66 (26.17% from 255) = 21.57%

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

R = 62.75%
G = 21.57%
B = 15.69%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.75

 K value IS 0.25

RGB Variations

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

Color information

#C04230 (or 0xC04230) is known color: Grenadier. HEX triplet: C0, 42 and 30. RGB value is (192,66,48). Sum of RGB (Red+Green+Blue) = 192+66+48=306 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.75% from 306); Green value is 66 (26.17% from 255 or 21.57% from 306); Blue value is 48 (19.14% from 255 or 15.69% from 306); Max value from RGB is 192 - color contains mainly: red. Hex color #C04230 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C04230 is #3FBDCF. Grayscale: #656565. Windows color (decimal): -4177360 or 3162816. OLE color: 3162816.

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

Color convert

RGB 192 66 48 -
CMYK 0 0.66 0.75 0.25
HSL 7.5º 0.6% 0.47% -
HSV(B) 7.5º 0.75% 0.75% -
XYZ 24.22 15.32 4.48 -
YUV 101.62 97.74 192.46 -
System Red Green Blue C M Y K H S L
Decimal 192 66 48 0 0.66 0.75 0.25 7.5 0.6 0.47
Hex C0 42 30 0 42 4B 19 8 3C 2F
Octal 300 102 60 0 102 113 31 10 74 57
Binary 11000000 1000010 110000 0 1000010 1001011 11001 1000 111100 101111

Color Harmonies of #C04230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04230

Black with #C04230

Text Example


Text Example

White with #C04230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04230; }

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

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

background-color css

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

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

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

border-color css

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

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

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