Html Css Color HEX #C35011 Rust

📋 copy color: '#C35011'

red 195 ◦ green 80 ◦ blue 17

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

Shades of Rust #C35011

Tints of Rust #C35011

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.82%

R = 66.78%
G = 27.4%
B = 5.82%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C35011 (or 0xC35011) is known color: Rust. HEX triplet: C3, 50 and 11. RGB value is (195,80,17). Sum of RGB (Red+Green+Blue) = 195+80+17=292 (38% of max value = 765). Red value is 195 (76.56% from 255 or 66.78% from 292); Green value is 80 (31.64% from 255 or 27.40% from 292); Blue value is 17 (7.03% from 255 or 5.82% from 292); Max value from RGB is 195 - color contains mainly: red. Hex color #C35011 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C35011 is #3CAFEE. Grayscale: #6B6B6B. Windows color (decimal): -3977199 or 1134787. OLE color: 1134787.

HSL color Cylindrical-coordinate representation of color #C35011: hue angle of 21.24º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C35011 is Cyan = 0, Magento = 0.59, Yellow = 0.91 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 80 17 -
CMYK 0 0.59 0.91 0.24
HSL 21.24º 0.84% 0.42% -
HSV(B) 21.24º 0.91% 0.76% -
XYZ 25.48 17.38 2.54 -
YUV 107.2 77.1 190.62 -
System Red Green Blue C M Y K H S L
Decimal 195 80 17 0 0.59 0.91 0.24 21.24 0.84 0.42
Hex C3 50 11 0 3B 5B 18 15 54 2A
Octal 303 120 21 0 73 133 30 25 124 52
Binary 11000011 1010000 10001 0 111011 1011011 11000 10101 1010100 101010

Color Harmonies of #C35011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35011

Black with #C35011

Text Example


Text Example

White with #C35011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35011; }

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

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

background-color css

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

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

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

border-color css

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

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

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