Html Css Color HEX #C35214 Rust

📋 copy color: '#C35214'

red 195 ◦ green 82 ◦ blue 20

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

Shades of Rust #C35214

Tints of Rust #C35214

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.73%

R = 65.66%
G = 27.61%
B = 6.73%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#C35214 (or 0xC35214) is known color: Rust. HEX triplet: C3, 52 and 14. RGB value is (195,82,20). Sum of RGB (Red+Green+Blue) = 195+82+20=297 (39% of max value = 765). Red value is 195 (76.56% from 255 or 65.66% from 297); Green value is 82 (32.42% from 255 or 27.61% from 297); Blue value is 20 (8.20% from 255 or 6.73% from 297); Max value from RGB is 195 - color contains mainly: red. Hex color #C35214 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C35214 is #3CADEB. Grayscale: #6D6D6D. Windows color (decimal): -3976684 or 1331907. OLE color: 1331907.

HSL color Cylindrical-coordinate representation of color #C35214: hue angle of 21.26º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C35214 is Cyan = 0, Magento = 0.58, Yellow = 0.90 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 82 20 -
CMYK 0 0.58 0.90 0.24
HSL 21.26º 0.81% 0.42% -
HSV(B) 21.26º 0.9% 0.76% -
XYZ 25.65 17.69 2.72 -
YUV 108.72 77.94 189.54 -
System Red Green Blue C M Y K H S L
Decimal 195 82 20 0 0.58 0.90 0.24 21.26 0.81 0.42
Hex C3 52 14 0 3A 5A 18 15 51 2A
Octal 303 122 24 0 72 132 30 25 121 52
Binary 11000011 1010010 10100 0 111010 1011010 11000 10101 1010001 101010

Color Harmonies of #C35214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35214

Black with #C35214

Text Example


Text Example

White with #C35214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35214; }

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

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

background-color css

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

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

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

border-color css

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

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

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