Html Css Color HEX #C35215 Rust

📋 copy color: '#C35215'

red 195 ◦ green 82 ◦ blue 21

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

Shades of Rust #C35215

Tints of Rust #C35215

RGB

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

 GREEN value IS 82 (32.42% from 255) = 27.52%

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

R = 65.44%
G = 27.52%
B = 7.05%

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

#C35215 (or 0xC35215) is known color: Rust. HEX triplet: C3, 52 and 15. RGB value is (195,82,21). Sum of RGB (Red+Green+Blue) = 195+82+21=298 (39% of max value = 765). Red value is 195 (76.56% from 255 or 65.44% from 298); Green value is 82 (32.42% from 255 or 27.52% from 298); Blue value is 21 (8.59% from 255 or 7.05% from 298); Max value from RGB is 195 - color contains mainly: red. Hex color #C35215 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C35215 is #3CADEA. Grayscale: #6D6D6D. Windows color (decimal): -3976683 or 1397443. OLE color: 1397443.

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

Color convert

RGB 195 82 21 -
CMYK 0 0.58 0.89 0.24
HSL 21.03º 0.81% 0.42% -
HSV(B) 21.03º 0.89% 0.76% -
XYZ 25.66 17.69 2.77 -
YUV 108.83 78.44 189.46 -
System Red Green Blue C M Y K H S L
Decimal 195 82 21 0 0.58 0.89 0.24 21.03 0.81 0.42
Hex C3 52 15 0 3A 59 18 15 51 2A
Octal 303 122 25 0 72 131 30 25 121 52
Binary 11000011 1010010 10101 0 111010 1011001 11000 10101 1010001 101010

Color Harmonies of #C35215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35215

Black with #C35215

Text Example


Text Example

White with #C35215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35215; }

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

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

background-color css

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

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

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

border-color css

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

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

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