Html Css Color HEX #C35116 Rust

📋 copy color: '#C35116'

red 195 ◦ green 81 ◦ blue 22

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

Shades of Rust #C35116

Tints of Rust #C35116

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 7.38%

R = 65.44%
G = 27.18%
B = 7.38%

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

#C35116 (or 0xC35116) is known color: Rust. HEX triplet: C3, 51 and 16. RGB value is (195,81,22). Sum of RGB (Red+Green+Blue) = 195+81+22=298 (39% of max value = 765). Red value is 195 (76.56% from 255 or 65.44% from 298); Green value is 81 (32.03% from 255 or 27.18% from 298); Blue value is 22 (8.98% from 255 or 7.38% from 298); Max value from RGB is 195 - color contains mainly: red. Hex color #C35116 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C35116 is #3CAEE9. Grayscale: #6C6C6C. Windows color (decimal): -3976938 or 1462723. OLE color: 1462723.

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

Color convert

RGB 195 81 22 -
CMYK 0 0.58 0.89 0.24
HSL 20.46º 0.8% 0.43% -
HSV(B) 20.46º 0.89% 0.76% -
XYZ 25.59 17.54 2.8 -
YUV 108.36 79.27 189.8 -
System Red Green Blue C M Y K H S L
Decimal 195 81 22 0 0.58 0.89 0.24 20.46 0.8 0.43
Hex C3 51 16 0 3A 59 18 14 50 2B
Octal 303 121 26 0 72 131 30 24 120 53
Binary 11000011 1010001 10110 0 111010 1011001 11000 10100 1010000 101011

Color Harmonies of #C35116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35116

Black with #C35116

Text Example


Text Example

White with #C35116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35116; }

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

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

background-color css

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

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

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

border-color css

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

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

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