Html Css Color HEX #C3503F Grenadier

📋 copy color: '#C3503F'

red 195 ◦ green 80 ◦ blue 63

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

Shades of Grenadier #C3503F

Tints of Grenadier #C3503F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 18.64%

R = 57.69%
G = 23.67%
B = 18.64%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#C3503F (or 0xC3503F) is known color: Grenadier. HEX triplet: C3, 50 and 3F. RGB value is (195,80,63). Sum of RGB (Red+Green+Blue) = 195+80+63=338 (44% of max value = 765). Red value is 195 (76.56% from 255 or 57.69% from 338); Green value is 80 (31.64% from 255 or 23.67% from 338); Blue value is 63 (25% from 255 or 18.64% from 338); Max value from RGB is 195 - color contains mainly: red. Hex color #C3503F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3503F is #3CAFC0. Grayscale: #707070. Windows color (decimal): -3977153 or 4149443. OLE color: 4149443.

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

Color convert

RGB 195 80 63 -
CMYK 0 0.59 0.68 0.24
HSL 7.73º 0.52% 0.51% -
HSV(B) 7.73º 0.68% 0.76% -
XYZ 26.27 17.7 6.73 -
YUV 112.45 100.1 186.88 -
System Red Green Blue C M Y K H S L
Decimal 195 80 63 0 0.59 0.68 0.24 7.73 0.52 0.51
Hex C3 50 3F 0 3B 44 18 8 34 33
Octal 303 120 77 0 73 104 30 10 64 63
Binary 11000011 1010000 111111 0 111011 1000100 11000 1000 110100 110011

Color Harmonies of #C3503F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3503F

Black with #C3503F

Text Example


Text Example

White with #C3503F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3503F; }

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

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

background-color css

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

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

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

border-color css

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

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

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