Html Css Color HEX #C14918 Rust

📋 copy color: '#C14918'

red 193 ◦ green 73 ◦ blue 24

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

Shades of Rust #C14918

Tints of Rust #C14918

RGB

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

 GREEN value IS 73 (28.91% from 255) = 25.17%

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

R = 66.55%
G = 25.17%
B = 8.28%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#C14918 (or 0xC14918) is known color: Rust. HEX triplet: C1, 49 and 18. RGB value is (193,73,24). Sum of RGB (Red+Green+Blue) = 193+73+24=290 (38% of max value = 765). Red value is 193 (75.78% from 255 or 66.55% from 290); Green value is 73 (28.91% from 255 or 25.17% from 290); Blue value is 24 (9.77% from 255 or 8.28% from 290); Max value from RGB is 193 - color contains mainly: red. Hex color #C14918 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C14918 is #3EB6E7. Grayscale: #676767. Windows color (decimal): -4110056 or 1591745. OLE color: 1591745.

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

Color convert

RGB 193 73 24 -
CMYK 0 0.62 0.88 0.24
HSL 17.4º 0.78% 0.43% -
HSV(B) 17.4º 0.88% 0.76% -
XYZ 24.54 16.17 2.69 -
YUV 103.29 83.26 191.98 -
System Red Green Blue C M Y K H S L
Decimal 193 73 24 0 0.62 0.88 0.24 17.4 0.78 0.43
Hex C1 49 18 0 3E 58 18 11 4E 2B
Octal 301 111 30 0 76 130 30 21 116 53
Binary 11000001 1001001 11000 0 111110 1011000 11000 10001 1001110 101011

Color Harmonies of #C14918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14918

Black with #C14918

Text Example


Text Example

White with #C14918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14918; }

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

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

background-color css

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

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

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

border-color css

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

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

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