Html Css Color HEX #C34711 Rust

📋 copy color: '#C34711'

red 195 ◦ green 71 ◦ blue 17

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

Shades of Rust #C34711

Tints of Rust #C34711

RGB

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

 GREEN value IS 71 (28.13% from 255) = 25.09%

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

R = 68.9%
G = 25.09%
B = 6.01%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C34711 (or 0xC34711) is known color: Rust. HEX triplet: C3, 47 and 11. RGB value is (195,71,17). Sum of RGB (Red+Green+Blue) = 195+71+17=283 (37% of max value = 765). Red value is 195 (76.56% from 255 or 68.90% from 283); Green value is 71 (28.12% from 255 or 25.09% from 283); Blue value is 17 (7.03% from 255 or 6.01% from 283); Max value from RGB is 195 - color contains mainly: red. Hex color #C34711 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C34711 is #3CB8EE. Grayscale: #666666. Windows color (decimal): -3979503 or 1132483. OLE color: 1132483.

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

Color convert

RGB 195 71 17 -
CMYK 0 0.64 0.91 0.24
HSL 18.2º 0.84% 0.42% -
HSV(B) 18.2º 0.91% 0.76% -
XYZ 24.86 16.15 2.34 -
YUV 101.92 80.08 194.39 -
System Red Green Blue C M Y K H S L
Decimal 195 71 17 0 0.64 0.91 0.24 18.2 0.84 0.42
Hex C3 47 11 0 40 5B 18 12 54 2A
Octal 303 107 21 0 100 133 30 22 124 52
Binary 11000011 1000111 10001 0 1000000 1011011 11000 10010 1010100 101010

Color Harmonies of #C34711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34711

Black with #C34711

Text Example


Text Example

White with #C34711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34711; }

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

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

background-color css

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

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

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

border-color css

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

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

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