Html Css Color HEX #C35315 Rust

📋 copy color: '#C35315'

red 195 ◦ green 83 ◦ blue 21

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

Shades of Rust #C35315

Tints of Rust #C35315

RGB

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

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

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

R = 65.22%
G = 27.76%
B = 7.02%

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

#C35315 (or 0xC35315) is known color: Rust. HEX triplet: C3, 53 and 15. RGB value is (195,83,21). Sum of RGB (Red+Green+Blue) = 195+83+21=299 (39% of max value = 765). Red value is 195 (76.56% from 255 or 65.22% from 299); Green value is 83 (32.81% from 255 or 27.76% from 299); Blue value is 21 (8.59% from 255 or 7.02% from 299); Max value from RGB is 195 - color contains mainly: red. Hex color #C35315 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C35315 is #3CACEA. Grayscale: #6D6D6D. Windows color (decimal): -3976427 or 1397699. OLE color: 1397699.

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

Color convert

RGB 195 83 21 -
CMYK 0 0.57 0.89 0.24
HSL 21.38º 0.81% 0.42% -
HSV(B) 21.38º 0.89% 0.76% -
XYZ 25.73 17.84 2.8 -
YUV 109.42 78.11 189.04 -
System Red Green Blue C M Y K H S L
Decimal 195 83 21 0 0.57 0.89 0.24 21.38 0.81 0.42
Hex C3 53 15 0 39 59 18 15 51 2A
Octal 303 123 25 0 71 131 30 25 121 52
Binary 11000011 1010011 10101 0 111001 1011001 11000 10101 1010001 101010

Color Harmonies of #C35315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35315

Black with #C35315

Text Example


Text Example

White with #C35315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35315; }

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

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

background-color css

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

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

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

border-color css

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

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

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