Html Css Color HEX #C14817 Rust

📋 copy color: '#C14817'

red 193 ◦ green 72 ◦ blue 23

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

Shades of Rust #C14817

Tints of Rust #C14817

RGB

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

 GREEN value IS 72 (28.52% from 255) = 25%

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

R = 67.01%
G = 25%
B = 7.99%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#C14817 (or 0xC14817) is known color: Rust. HEX triplet: C1, 48 and 17. RGB value is (193,72,23). Sum of RGB (Red+Green+Blue) = 193+72+23=288 (38% of max value = 765). Red value is 193 (75.78% from 255 or 67.01% from 288); Green value is 72 (28.52% from 255 or 25% from 288); Blue value is 23 (9.38% from 255 or 7.99% from 288); Max value from RGB is 193 - color contains mainly: red. Hex color #C14817 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C14817 is #3EB7E8. Grayscale: #666666. Windows color (decimal): -4110313 or 1525953. OLE color: 1525953.

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

Color convert

RGB 193 72 23 -
CMYK 0 0.63 0.88 0.24
HSL 17.29º 0.79% 0.42% -
HSV(B) 17.29º 0.88% 0.76% -
XYZ 24.46 16.03 2.62 -
YUV 102.59 83.09 192.48 -
System Red Green Blue C M Y K H S L
Decimal 193 72 23 0 0.63 0.88 0.24 17.29 0.79 0.42
Hex C1 48 17 0 3F 58 18 11 4F 2A
Octal 301 110 27 0 77 130 30 21 117 52
Binary 11000001 1001000 10111 0 111111 1011000 11000 10001 1001111 101010

Color Harmonies of #C14817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14817

Black with #C14817

Text Example


Text Example

White with #C14817

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14817; }

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

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

background-color css

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

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

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

border-color css

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

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

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