Html Css Color HEX #C14710 Rust

📋 copy color: '#C14710'

red 193 ◦ green 71 ◦ blue 16

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

Shades of Rust #C14710

Tints of Rust #C14710

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.71%

R = 68.93%
G = 25.36%
B = 5.71%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#C14710 (or 0xC14710) is known color: Rust. HEX triplet: C1, 47 and 10. RGB value is (193,71,16). Sum of RGB (Red+Green+Blue) = 193+71+16=280 (37% of max value = 765). Red value is 193 (75.78% from 255 or 68.93% from 280); Green value is 71 (28.12% from 255 or 25.36% from 280); Blue value is 16 (6.64% from 255 or 5.71% from 280); Max value from RGB is 193 - color contains mainly: red. Hex color #C14710 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C14710 is #3EB8EF. Grayscale: #656565. Windows color (decimal): -4110576 or 1066945. OLE color: 1066945.

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

Color convert

RGB 193 71 16 -
CMYK 0 0.63 0.92 0.24
HSL 18.64º 0.85% 0.41% -
HSV(B) 18.64º 0.92% 0.76% -
XYZ 24.34 15.88 2.27 -
YUV 101.21 79.92 193.47 -
System Red Green Blue C M Y K H S L
Decimal 193 71 16 0 0.63 0.92 0.24 18.64 0.85 0.41
Hex C1 47 10 0 3F 5C 18 13 55 29
Octal 301 107 20 0 77 134 30 23 125 51
Binary 11000001 1000111 10000 0 111111 1011100 11000 10011 1010101 101001

Color Harmonies of #C14710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14710

Black with #C14710

Text Example


Text Example

White with #C14710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14710; }

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

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

background-color css

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

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

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

border-color css

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

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

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