Html Css Color HEX #C35037 Grenadier

📋 copy color: '#C35037'

red 195 ◦ green 80 ◦ blue 55

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

Shades of Grenadier #C35037

Tints of Grenadier #C35037

RGB

 RED value IS 195 (76.56% from 255) = 59.09%

 GREEN value IS 80 (31.64% from 255) = 24.24%

 BLUE value IS 55 (21.88% from 255) = 16.67%

R = 59.09%
G = 24.24%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.72

 K value IS 0.24

RGB Variations

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

Color information

#C35037 (or 0xC35037) is known color: Grenadier. HEX triplet: C3, 50 and 37. RGB value is (195,80,55). Sum of RGB (Red+Green+Blue) = 195+80+55=330 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.09% from 330); Green value is 80 (31.64% from 255 or 24.24% from 330); Blue value is 55 (21.88% from 255 or 16.67% from 330); Max value from RGB is 195 - color contains mainly: red. Hex color #C35037 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C35037 is #3CAFC8. Grayscale: #6F6F6F. Windows color (decimal): -3977161 or 3625155. OLE color: 3625155.

HSL color Cylindrical-coordinate representation of color #C35037: hue angle of 10.71º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C35037 is Cyan = 0, Magento = 0.59, Yellow = 0.72 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 80 55 -
CMYK 0 0.59 0.72 0.24
HSL 10.71º 0.56% 0.49% -
HSV(B) 10.71º 0.72% 0.76% -
XYZ 26.06 17.62 5.64 -
YUV 111.54 96.1 187.53 -
System Red Green Blue C M Y K H S L
Decimal 195 80 55 0 0.59 0.72 0.24 10.71 0.56 0.49
Hex C3 50 37 0 3B 48 18 B 38 31
Octal 303 120 67 0 73 110 30 13 70 61
Binary 11000011 1010000 110111 0 111011 1001000 11000 1011 111000 110001

Color Harmonies of #C35037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35037

Black with #C35037

Text Example


Text Example

White with #C35037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35037; }

 p { color: rgb(195,80,55); }

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

background-color css

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

 a { background-color: rgb(195,80,55); }

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

border-color css

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

 span { border-color: rgb(195,80,55); }

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