Html Css Color HEX #C14F11 Rust

📋 copy color: '#C14F11'

red 193 ◦ green 79 ◦ blue 17

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

Shades of Rust #C14F11

Tints of Rust #C14F11

RGB

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

 GREEN value IS 79 (31.25% from 255) = 27.34%

 BLUE value IS 17 (7.03% from 255) = 5.88%

R = 66.78%
G = 27.34%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C14F11 (or 0xC14F11) is known color: Rust. HEX triplet: C1, 4F and 11. RGB value is (193,79,17). Sum of RGB (Red+Green+Blue) = 193+79+17=289 (38% of max value = 765). Red value is 193 (75.78% from 255 or 66.78% from 289); Green value is 79 (31.25% from 255 or 27.34% from 289); Blue value is 17 (7.03% from 255 or 5.88% from 289); Max value from RGB is 193 - color contains mainly: red. Hex color #C14F11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C14F11 is #3EB0EE. Grayscale: #6A6A6A. Windows color (decimal): -4108527 or 1134529. OLE color: 1134529.

HSL color Cylindrical-coordinate representation of color #C14F11: hue angle of 21.14º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C14F11 is Cyan = 0, Magento = 0.59, Yellow = 0.91 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 79 17 -
CMYK 0 0.59 0.91 0.24
HSL 21.14º 0.84% 0.41% -
HSV(B) 21.14º 0.91% 0.76% -
XYZ 24.89 16.97 2.49 -
YUV 106.02 77.77 190.04 -
System Red Green Blue C M Y K H S L
Decimal 193 79 17 0 0.59 0.91 0.24 21.14 0.84 0.41
Hex C1 4F 11 0 3B 5B 18 15 54 29
Octal 301 117 21 0 73 133 30 25 124 51
Binary 11000001 1001111 10001 0 111011 1011011 11000 10101 1010100 101001

Color Harmonies of #C14F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14F11

Black with #C14F11

Text Example


Text Example

White with #C14F11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14F11; }

 p { color: rgb(193,79,17); }

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

background-color css

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

 a { background-color: rgb(193,79,17); }

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

border-color css

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

 span { border-color: rgb(193,79,17); }

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