Html Css Color HEX #C35012 Rust

📋 copy color: '#C35012'

red 195 ◦ green 80 ◦ blue 18

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

Shades of Rust #C35012

Tints of Rust #C35012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.14%

R = 66.55%
G = 27.3%
B = 6.14%

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

#C35012 (or 0xC35012) is known color: Rust. HEX triplet: C3, 50 and 12. RGB value is (195,80,18). Sum of RGB (Red+Green+Blue) = 195+80+18=293 (38% of max value = 765). Red value is 195 (76.56% from 255 or 66.55% from 293); Green value is 80 (31.64% from 255 or 27.30% from 293); Blue value is 18 (7.42% from 255 or 6.14% from 293); Max value from RGB is 195 - color contains mainly: red. Hex color #C35012 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C35012 is #3CAFED. Grayscale: #6B6B6B. Windows color (decimal): -3977198 or 1200323. OLE color: 1200323.

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

Color convert

RGB 195 80 18 -
CMYK 0 0.59 0.91 0.24
HSL 21.02º 0.83% 0.42% -
HSV(B) 21.02º 0.91% 0.76% -
XYZ 25.48 17.38 2.58 -
YUV 107.32 77.6 190.54 -
System Red Green Blue C M Y K H S L
Decimal 195 80 18 0 0.59 0.91 0.24 21.02 0.83 0.42
Hex C3 50 12 0 3B 5B 18 15 53 2A
Octal 303 120 22 0 73 133 30 25 123 52
Binary 11000011 1010000 10010 0 111011 1011011 11000 10101 1010011 101010

Color Harmonies of #C35012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35012

Black with #C35012

Text Example


Text Example

White with #C35012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35012; }

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

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

background-color css

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

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

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

border-color css

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

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

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