Html Css Color HEX #C14011 Rust

📋 copy color: '#C14011'

red 193 ◦ green 64 ◦ blue 17

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

Shades of Rust #C14011

Tints of Rust #C14011

RGB

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

 GREEN value IS 64 (25.39% from 255) = 23.36%

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

R = 70.44%
G = 23.36%
B = 6.2%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C14011 (or 0xC14011) is known color: Rust. HEX triplet: C1, 40 and 11. RGB value is (193,64,17). Sum of RGB (Red+Green+Blue) = 193+64+17=274 (36% of max value = 765). Red value is 193 (75.78% from 255 or 70.44% from 274); Green value is 64 (25.39% from 255 or 23.36% from 274); Blue value is 17 (7.03% from 255 or 6.20% from 274); Max value from RGB is 193 - color contains mainly: red. Hex color #C14011 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C14011 is #3EBFEE. Grayscale: #616161. Windows color (decimal): -4112367 or 1130689. OLE color: 1130689.

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

Color convert

RGB 193 64 17 -
CMYK 0 0.67 0.91 0.24
HSL 16.02º 0.84% 0.41% -
HSV(B) 16.02º 0.91% 0.76% -
XYZ 23.93 15.04 2.17 -
YUV 97.21 82.74 196.32 -
System Red Green Blue C M Y K H S L
Decimal 193 64 17 0 0.67 0.91 0.24 16.02 0.84 0.41
Hex C1 40 11 0 43 5B 18 10 54 29
Octal 301 100 21 0 103 133 30 20 124 51
Binary 11000001 1000000 10001 0 1000011 1011011 11000 10000 1010100 101001

Color Harmonies of #C14011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14011

Black with #C14011

Text Example


Text Example

White with #C14011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14011; }

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

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

background-color css

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

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

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

border-color css

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

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

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