Html Css Color HEX #C35314 Rust

📋 copy color: '#C35314'

red 195 ◦ green 83 ◦ blue 20

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

Shades of Rust #C35314

Tints of Rust #C35314

RGB

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

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

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

R = 65.44%
G = 27.85%
B = 6.71%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#C35314 (or 0xC35314) is known color: Rust. HEX triplet: C3, 53 and 14. RGB value is (195,83,20). Sum of RGB (Red+Green+Blue) = 195+83+20=298 (39% of max value = 765). Red value is 195 (76.56% from 255 or 65.44% from 298); Green value is 83 (32.81% from 255 or 27.85% from 298); Blue value is 20 (8.20% from 255 or 6.71% from 298); Max value from RGB is 195 - color contains mainly: red. Hex color #C35314 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C35314 is #3CACEB. Grayscale: #6D6D6D. Windows color (decimal): -3976428 or 1332163. OLE color: 1332163.

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

Color convert

RGB 195 83 20 -
CMYK 0 0.57 0.90 0.24
HSL 21.6º 0.81% 0.42% -
HSV(B) 21.6º 0.9% 0.76% -
XYZ 25.73 17.84 2.75 -
YUV 109.31 77.61 189.12 -
System Red Green Blue C M Y K H S L
Decimal 195 83 20 0 0.57 0.90 0.24 21.6 0.81 0.42
Hex C3 53 14 0 39 5A 18 16 51 2A
Octal 303 123 24 0 71 132 30 26 121 52
Binary 11000011 1010011 10100 0 111001 1011010 11000 10110 1010001 101010

Color Harmonies of #C35314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35314

Black with #C35314

Text Example


Text Example

White with #C35314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35314; }

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

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

background-color css

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

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

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

border-color css

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

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

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