Html Css Color HEX #C04234 Grenadier

📋 copy color: '#C04234'

red 192 ◦ green 66 ◦ blue 52

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

Shades of Grenadier #C04234

Tints of Grenadier #C04234

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 16.77%

R = 61.94%
G = 21.29%
B = 16.77%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#C04234 (or 0xC04234) is known color: Grenadier. HEX triplet: C0, 42 and 34. RGB value is (192,66,52). Sum of RGB (Red+Green+Blue) = 192+66+52=310 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.94% from 310); Green value is 66 (26.17% from 255 or 21.29% from 310); Blue value is 52 (20.70% from 255 or 16.77% from 310); Max value from RGB is 192 - color contains mainly: red. Hex color #C04234 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C04234 is #3FBDCB. Grayscale: #666666. Windows color (decimal): -4177356 or 3424960. OLE color: 3424960.

HSL color Cylindrical-coordinate representation of color #C04234: hue angle of 6º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C04234 is Cyan = 0, Magento = 0.66, Yellow = 0.73 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 66 52 -
CMYK 0 0.66 0.73 0.25
HSL 0.57% 0.48% -
HSV(B) 0.73% 0.75% -
XYZ 24.31 15.35 4.93 -
YUV 102.08 99.74 192.14 -
System Red Green Blue C M Y K H S L
Decimal 192 66 52 0 0.66 0.73 0.25 6 0.57 0.48
Hex C0 42 34 0 42 49 19 6 39 30
Octal 300 102 64 0 102 111 31 6 71 60
Binary 11000000 1000010 110100 0 1000010 1001001 11001 110 111001 110000

Color Harmonies of #C04234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04234

Black with #C04234

Text Example


Text Example

White with #C04234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04234; }

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

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

background-color css

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

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

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

border-color css

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

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

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