Html Css Color HEX #C04534 Grenadier

📋 copy color: '#C04534'

red 192 ◦ green 69 ◦ blue 52

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

Shades of Grenadier #C04534

Tints of Grenadier #C04534

RGB

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

 GREEN value IS 69 (27.34% from 255) = 22.04%

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

R = 61.34%
G = 22.04%
B = 16.61%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#C04534 (or 0xC04534) is known color: Grenadier. HEX triplet: C0, 45 and 34. RGB value is (192,69,52). Sum of RGB (Red+Green+Blue) = 192+69+52=313 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.34% from 313); Green value is 69 (27.34% from 255 or 22.04% from 313); Blue value is 52 (20.70% from 255 or 16.61% from 313); Max value from RGB is 192 - color contains mainly: red. Hex color #C04534 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C04534 is #3FBACB. Grayscale: #686868. Windows color (decimal): -4176588 or 3425728. OLE color: 3425728.

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

Color convert

RGB 192 69 52 -
CMYK 0 0.64 0.73 0.25
HSL 7.29º 0.57% 0.48% -
HSV(B) 7.29º 0.73% 0.75% -
XYZ 24.49 15.71 4.99 -
YUV 103.84 98.75 190.88 -
System Red Green Blue C M Y K H S L
Decimal 192 69 52 0 0.64 0.73 0.25 7.29 0.57 0.48
Hex C0 45 34 0 40 49 19 7 39 30
Octal 300 105 64 0 100 111 31 7 71 60
Binary 11000000 1000101 110100 0 1000000 1001001 11001 111 111001 110000

Color Harmonies of #C04534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04534

Black with #C04534

Text Example


Text Example

White with #C04534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04534; }

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

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

background-color css

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

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

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

border-color css

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

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

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