Html Css Color HEX #C14718 Rust

📋 copy color: '#C14718'

red 193 ◦ green 71 ◦ blue 24

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

Shades of Rust #C14718

Tints of Rust #C14718

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 8.33%

R = 67.01%
G = 24.65%
B = 8.33%

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

#C14718 (or 0xC14718) is known color: Rust. HEX triplet: C1, 47 and 18. RGB value is (193,71,24). Sum of RGB (Red+Green+Blue) = 193+71+24=288 (38% of max value = 765). Red value is 193 (75.78% from 255 or 67.01% from 288); Green value is 71 (28.12% from 255 or 24.65% from 288); Blue value is 24 (9.77% from 255 or 8.33% from 288); Max value from RGB is 193 - color contains mainly: red. Hex color #C14718 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C14718 is #3EB8E7. Grayscale: #666666. Windows color (decimal): -4110568 or 1591233. OLE color: 1591233.

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

Color convert

RGB 193 71 24 -
CMYK 0 0.63 0.88 0.24
HSL 16.69º 0.78% 0.43% -
HSV(B) 16.69º 0.88% 0.76% -
XYZ 24.41 15.91 2.65 -
YUV 102.12 83.92 192.82 -
System Red Green Blue C M Y K H S L
Decimal 193 71 24 0 0.63 0.88 0.24 16.69 0.78 0.43
Hex C1 47 18 0 3F 58 18 11 4E 2B
Octal 301 107 30 0 77 130 30 21 116 53
Binary 11000001 1000111 11000 0 111111 1011000 11000 10001 1001110 101011

Color Harmonies of #C14718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14718

Black with #C14718

Text Example


Text Example

White with #C14718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14718; }

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

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

background-color css

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

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

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

border-color css

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

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

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