Html Css Color HEX #C04435 Grenadier

📋 copy color: '#C04435'

red 192 ◦ green 68 ◦ blue 53

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

Shades of Grenadier #C04435

Tints of Grenadier #C04435

RGB

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

 GREEN value IS 68 (26.95% from 255) = 21.73%

 BLUE value IS 53 (21.09% from 255) = 16.93%

R = 61.34%
G = 21.73%
B = 16.93%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.72

 K value IS 0.25

RGB Variations

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

Color information

#C04435 (or 0xC04435) is known color: Grenadier. HEX triplet: C0, 44 and 35. RGB value is (192,68,53). Sum of RGB (Red+Green+Blue) = 192+68+53=313 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.34% from 313); Green value is 68 (26.95% from 255 or 21.73% from 313); Blue value is 53 (21.09% from 255 or 16.93% from 313); Max value from RGB is 192 - color contains mainly: red. Hex color #C04435 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C04435 is #3FBBCA. Grayscale: #676767. Windows color (decimal): -4176843 or 3491008. OLE color: 3491008.

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

Color convert

RGB 192 68 53 -
CMYK 0 0.65 0.72 0.25
HSL 6.47º 0.57% 0.48% -
HSV(B) 6.47º 0.72% 0.75% -
XYZ 24.45 15.6 5.09 -
YUV 103.37 99.58 191.22 -
System Red Green Blue C M Y K H S L
Decimal 192 68 53 0 0.65 0.72 0.25 6.47 0.57 0.48
Hex C0 44 35 0 41 48 19 6 39 30
Octal 300 104 65 0 101 110 31 6 71 60
Binary 11000000 1000100 110101 0 1000001 1001000 11001 110 111001 110000

Color Harmonies of #C04435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04435

Black with #C04435

Text Example


Text Example

White with #C04435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04435; }

 p { color: rgb(192,68,53); }

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

background-color css

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

 a { background-color: rgb(192,68,53); }

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

border-color css

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

 span { border-color: rgb(192,68,53); }

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