Html Css Color HEX #C14417 Rust

📋 copy color: '#C14417'

red 193 ◦ green 68 ◦ blue 23

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

Shades of Rust #C14417

Tints of Rust #C14417

RGB

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

 GREEN value IS 68 (26.95% from 255) = 23.94%

 BLUE value IS 23 (9.38% from 255) = 8.1%

R = 67.96%
G = 23.94%
B = 8.1%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#C14417 (or 0xC14417) is known color: Rust. HEX triplet: C1, 44 and 17. RGB value is (193,68,23). Sum of RGB (Red+Green+Blue) = 193+68+23=284 (37% of max value = 765). Red value is 193 (75.78% from 255 or 67.96% from 284); Green value is 68 (26.95% from 255 or 23.94% from 284); Blue value is 23 (9.38% from 255 or 8.10% from 284); Max value from RGB is 193 - color contains mainly: red. Hex color #C14417 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C14417 is #3EBBE8. Grayscale: #646464. Windows color (decimal): -4111337 or 1524929. OLE color: 1524929.

HSL color Cylindrical-coordinate representation of color #C14417: hue angle of 15.88º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C14417 is Cyan = 0, Magento = 0.65, Yellow = 0.88 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 68 23 -
CMYK 0 0.65 0.88 0.24
HSL 15.88º 0.79% 0.42% -
HSV(B) 15.88º 0.88% 0.76% -
XYZ 24.21 15.53 2.53 -
YUV 100.25 84.41 194.16 -
System Red Green Blue C M Y K H S L
Decimal 193 68 23 0 0.65 0.88 0.24 15.88 0.79 0.42
Hex C1 44 17 0 41 58 18 10 4F 2A
Octal 301 104 27 0 101 130 30 20 117 52
Binary 11000001 1000100 10111 0 1000001 1011000 11000 10000 1001111 101010

Color Harmonies of #C14417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14417

Black with #C14417

Text Example


Text Example

White with #C14417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14417; }

 p { color: rgb(193,68,23); }

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

background-color css

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

 a { background-color: rgb(193,68,23); }

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

border-color css

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

 span { border-color: rgb(193,68,23); }

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