Html Css Color HEX #C14713 Rust

📋 copy color: '#C14713'

red 193 ◦ green 71 ◦ blue 19

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

Shades of Rust #C14713

Tints of Rust #C14713

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.71%

R = 68.2%
G = 25.09%
B = 6.71%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#C14713 (or 0xC14713) is known color: Rust. HEX triplet: C1, 47 and 13. RGB value is (193,71,19). Sum of RGB (Red+Green+Blue) = 193+71+19=283 (37% of max value = 765). Red value is 193 (75.78% from 255 or 68.20% from 283); Green value is 71 (28.12% from 255 or 25.09% from 283); Blue value is 19 (7.81% from 255 or 6.71% from 283); Max value from RGB is 193 - color contains mainly: red. Hex color #C14713 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C14713 is #3EB8EC. Grayscale: #656565. Windows color (decimal): -4110573 or 1263553. OLE color: 1263553.

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

Color convert

RGB 193 71 19 -
CMYK 0 0.63 0.90 0.24
HSL 17.93º 0.82% 0.42% -
HSV(B) 17.93º 0.9% 0.76% -
XYZ 24.36 15.89 2.4 -
YUV 101.55 81.42 193.23 -
System Red Green Blue C M Y K H S L
Decimal 193 71 19 0 0.63 0.90 0.24 17.93 0.82 0.42
Hex C1 47 13 0 3F 5A 18 12 52 2A
Octal 301 107 23 0 77 132 30 22 122 52
Binary 11000001 1000111 10011 0 111111 1011010 11000 10010 1010010 101010

Color Harmonies of #C14713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14713

Black with #C14713

Text Example


Text Example

White with #C14713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14713; }

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

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

background-color css

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

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

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

border-color css

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

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

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