Html Css Color HEX #C35316 Rust

📋 copy color: '#C35316'

red 195 ◦ green 83 ◦ blue 22

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

Shades of Rust #C35316

Tints of Rust #C35316

RGB

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

 GREEN value IS 83 (32.81% from 255) = 27.67%

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

R = 65%
G = 27.67%
B = 7.33%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#C35316 (or 0xC35316) is known color: Rust. HEX triplet: C3, 53 and 16. RGB value is (195,83,22). Sum of RGB (Red+Green+Blue) = 195+83+22=300 (39% of max value = 765). Red value is 195 (76.56% from 255 or 65% from 300); Green value is 83 (32.81% from 255 or 27.67% from 300); Blue value is 22 (8.98% from 255 or 7.33% from 300); Max value from RGB is 195 - color contains mainly: red. Hex color #C35316 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C35316 is #3CACE9. Grayscale: #6D6D6D. Windows color (decimal): -3976426 or 1463235. OLE color: 1463235.

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

Color convert

RGB 195 83 22 -
CMYK 0 0.57 0.89 0.24
HSL 21.16º 0.8% 0.43% -
HSV(B) 21.16º 0.89% 0.76% -
XYZ 25.74 17.85 2.85 -
YUV 109.53 78.61 188.96 -
System Red Green Blue C M Y K H S L
Decimal 195 83 22 0 0.57 0.89 0.24 21.16 0.8 0.43
Hex C3 53 16 0 39 59 18 15 50 2B
Octal 303 123 26 0 71 131 30 25 120 53
Binary 11000011 1010011 10110 0 111001 1011001 11000 10101 1010000 101011

Color Harmonies of #C35316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35316

Black with #C35316

Text Example


Text Example

White with #C35316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35316; }

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

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

background-color css

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

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

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

border-color css

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

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

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