Html Css Color HEX #C14E17 Rust

📋 copy color: '#C14E17'

red 193 ◦ green 78 ◦ blue 23

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

Shades of Rust #C14E17

Tints of Rust #C14E17

RGB

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

 GREEN value IS 78 (30.86% from 255) = 26.53%

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

R = 65.65%
G = 26.53%
B = 7.82%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#C14E17 (or 0xC14E17) is known color: Rust. HEX triplet: C1, 4E and 17. RGB value is (193,78,23). Sum of RGB (Red+Green+Blue) = 193+78+23=294 (38% of max value = 765). Red value is 193 (75.78% from 255 or 65.65% from 294); Green value is 78 (30.86% from 255 or 26.53% from 294); Blue value is 23 (9.38% from 255 or 7.82% from 294); Max value from RGB is 193 - color contains mainly: red. Hex color #C14E17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C14E17 is #3EB1E8. Grayscale: #6A6A6A. Windows color (decimal): -4108777 or 1527489. OLE color: 1527489.

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

Color convert

RGB 193 78 23 -
CMYK 0 0.60 0.88 0.24
HSL 19.41º 0.79% 0.42% -
HSV(B) 19.41º 0.88% 0.76% -
XYZ 24.87 16.85 2.75 -
YUV 106.12 81.1 189.97 -
System Red Green Blue C M Y K H S L
Decimal 193 78 23 0 0.60 0.88 0.24 19.41 0.79 0.42
Hex C1 4E 17 0 3C 58 18 13 4F 2A
Octal 301 116 27 0 74 130 30 23 117 52
Binary 11000001 1001110 10111 0 111100 1011000 11000 10011 1001111 101010

Color Harmonies of #C14E17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14E17

Black with #C14E17

Text Example


Text Example

White with #C14E17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14E17; }

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

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

background-color css

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

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

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

border-color css

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

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

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