Html Css Color HEX #C35518 Rust

📋 copy color: '#C35518'

red 195 ◦ green 85 ◦ blue 24

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

Shades of Rust #C35518

Tints of Rust #C35518

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.96%

 BLUE value IS 24 (9.77% from 255) = 7.89%

R = 64.14%
G = 27.96%
B = 7.89%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#C35518 (or 0xC35518) is known color: Rust. HEX triplet: C3, 55 and 18. RGB value is (195,85,24). Sum of RGB (Red+Green+Blue) = 195+85+24=304 (40% of max value = 765). Red value is 195 (76.56% from 255 or 64.14% from 304); Green value is 85 (33.59% from 255 or 27.96% from 304); Blue value is 24 (9.77% from 255 or 7.89% from 304); Max value from RGB is 195 - color contains mainly: red. Hex color #C35518 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C35518 is #3CAAE7. Grayscale: #6F6F6F. Windows color (decimal): -3975912 or 1594819. OLE color: 1594819.

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

Color convert

RGB 195 85 24 -
CMYK 0 0.56 0.88 0.24
HSL 21.4º 0.78% 0.43% -
HSV(B) 21.4º 0.88% 0.76% -
XYZ 25.92 18.17 3 -
YUV 110.94 78.94 187.96 -
System Red Green Blue C M Y K H S L
Decimal 195 85 24 0 0.56 0.88 0.24 21.4 0.78 0.43
Hex C3 55 18 0 38 58 18 15 4E 2B
Octal 303 125 30 0 70 130 30 25 116 53
Binary 11000011 1010101 11000 0 111000 1011000 11000 10101 1001110 101011

Color Harmonies of #C35518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35518

Black with #C35518

Text Example


Text Example

White with #C35518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35518; }

 p { color: rgb(195,85,24); }

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

background-color css

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

 a { background-color: rgb(195,85,24); }

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

border-color css

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

 span { border-color: rgb(195,85,24); }

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