Html Css Color HEX #C35115 Rust

📋 copy color: '#C35115'

red 195 ◦ green 81 ◦ blue 21

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

Shades of Rust #C35115

Tints of Rust #C35115

RGB

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

 GREEN value IS 81 (32.03% from 255) = 27.27%

 BLUE value IS 21 (8.59% from 255) = 7.07%

R = 65.66%
G = 27.27%
B = 7.07%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#C35115 (or 0xC35115) is known color: Rust. HEX triplet: C3, 51 and 15. RGB value is (195,81,21). Sum of RGB (Red+Green+Blue) = 195+81+21=297 (39% of max value = 765). Red value is 195 (76.56% from 255 or 65.66% from 297); Green value is 81 (32.03% from 255 or 27.27% from 297); Blue value is 21 (8.59% from 255 or 7.07% from 297); Max value from RGB is 195 - color contains mainly: red. Hex color #C35115 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C35115 is #3CAEEA. Grayscale: #6C6C6C. Windows color (decimal): -3976939 or 1397187. OLE color: 1397187.

HSL color Cylindrical-coordinate representation of color #C35115: hue angle of 20.69º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C35115 is Cyan = 0, Magento = 0.58, Yellow = 0.89 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 81 21 -
CMYK 0 0.58 0.89 0.24
HSL 20.69º 0.81% 0.42% -
HSV(B) 20.69º 0.89% 0.76% -
XYZ 25.58 17.54 2.75 -
YUV 108.25 78.77 189.88 -
System Red Green Blue C M Y K H S L
Decimal 195 81 21 0 0.58 0.89 0.24 20.69 0.81 0.42
Hex C3 51 15 0 3A 59 18 15 51 2A
Octal 303 121 25 0 72 131 30 25 121 52
Binary 11000011 1010001 10101 0 111010 1011001 11000 10101 1010001 101010

Color Harmonies of #C35115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35115

Black with #C35115

Text Example


Text Example

White with #C35115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35115; }

 p { color: rgb(195,81,21); }

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

background-color css

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

 a { background-color: rgb(195,81,21); }

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

border-color css

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

 span { border-color: rgb(195,81,21); }

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