Html Css Color HEX #C14711 Rust

📋 copy color: '#C14711'

red 193 ◦ green 71 ◦ blue 17

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

Shades of Rust #C14711

Tints of Rust #C14711

RGB

 RED value IS 193 (75.78% from 255) = 68.68%

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

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

R = 68.68%
G = 25.27%
B = 6.05%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C14711 (or 0xC14711) is known color: Rust. HEX triplet: C1, 47 and 11. RGB value is (193,71,17). Sum of RGB (Red+Green+Blue) = 193+71+17=281 (37% of max value = 765). Red value is 193 (75.78% from 255 or 68.68% from 281); Green value is 71 (28.12% from 255 or 25.27% from 281); Blue value is 17 (7.03% from 255 or 6.05% from 281); Max value from RGB is 193 - color contains mainly: red. Hex color #C14711 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C14711 is #3EB8EE. Grayscale: #656565. Windows color (decimal): -4110575 or 1132481. OLE color: 1132481.

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

Color convert

RGB 193 71 17 -
CMYK 0 0.63 0.91 0.24
HSL 18.41º 0.84% 0.41% -
HSV(B) 18.41º 0.91% 0.76% -
XYZ 24.35 15.88 2.31 -
YUV 101.32 80.42 193.39 -
System Red Green Blue C M Y K H S L
Decimal 193 71 17 0 0.63 0.91 0.24 18.41 0.84 0.41
Hex C1 47 11 0 3F 5B 18 12 54 29
Octal 301 107 21 0 77 133 30 22 124 51
Binary 11000001 1000111 10001 0 111111 1011011 11000 10010 1010100 101001

Color Harmonies of #C14711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14711

Black with #C14711

Text Example


Text Example

White with #C14711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14711; }

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

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

background-color css

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

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

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

border-color css

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

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

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