Html Css Color HEX #C35016 Rust

📋 copy color: '#C35016'

red 195 ◦ green 80 ◦ blue 22

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

Shades of Rust #C35016

Tints of Rust #C35016

RGB

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

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

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

R = 65.66%
G = 26.94%
B = 7.41%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#C35016 (or 0xC35016) is known color: Rust. HEX triplet: C3, 50 and 16. RGB value is (195,80,22). Sum of RGB (Red+Green+Blue) = 195+80+22=297 (39% of max value = 765). Red value is 195 (76.56% from 255 or 65.66% from 297); Green value is 80 (31.64% from 255 or 26.94% from 297); Blue value is 22 (8.98% from 255 or 7.41% from 297); Max value from RGB is 195 - color contains mainly: red. Hex color #C35016 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C35016 is #3CAFE9. Grayscale: #6C6C6C. Windows color (decimal): -3977194 or 1462467. OLE color: 1462467.

HSL color Cylindrical-coordinate representation of color #C35016: hue angle of 20.12º 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 #C35016 is Cyan = 0, Magento = 0.59, Yellow = 0.89 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 80 22 -
CMYK 0 0.59 0.89 0.24
HSL 20.12º 0.8% 0.43% -
HSV(B) 20.12º 0.89% 0.76% -
XYZ 25.52 17.4 2.77 -
YUV 107.77 79.6 190.22 -
System Red Green Blue C M Y K H S L
Decimal 195 80 22 0 0.59 0.89 0.24 20.12 0.8 0.43
Hex C3 50 16 0 3B 59 18 14 50 2B
Octal 303 120 26 0 73 131 30 24 120 53
Binary 11000011 1010000 10110 0 111011 1011001 11000 10100 1010000 101011

Color Harmonies of #C35016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35016

Black with #C35016

Text Example


Text Example

White with #C35016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35016; }

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

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

background-color css

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

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

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

border-color css

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

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

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