Html Css Color HEX #C14F14 Rust

📋 copy color: '#C14F14'

red 193 ◦ green 79 ◦ blue 20

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

Shades of Rust #C14F14

Tints of Rust #C14F14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.85%

R = 66.1%
G = 27.05%
B = 6.85%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#C14F14 (or 0xC14F14) is known color: Rust. HEX triplet: C1, 4F and 14. RGB value is (193,79,20). Sum of RGB (Red+Green+Blue) = 193+79+20=292 (38% of max value = 765). Red value is 193 (75.78% from 255 or 66.10% from 292); Green value is 79 (31.25% from 255 or 27.05% from 292); Blue value is 20 (8.20% from 255 or 6.85% from 292); Max value from RGB is 193 - color contains mainly: red. Hex color #C14F14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C14F14 is #3EB0EB. Grayscale: #6A6A6A. Windows color (decimal): -4108524 or 1331137. OLE color: 1331137.

HSL color Cylindrical-coordinate representation of color #C14F14: hue angle of 20.46º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C14F14 is Cyan = 0, Magento = 0.59, Yellow = 0.90 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 79 20 -
CMYK 0 0.59 0.90 0.24
HSL 20.46º 0.81% 0.42% -
HSV(B) 20.46º 0.9% 0.76% -
XYZ 24.91 16.98 2.63 -
YUV 106.36 79.27 189.8 -
System Red Green Blue C M Y K H S L
Decimal 193 79 20 0 0.59 0.90 0.24 20.46 0.81 0.42
Hex C1 4F 14 0 3B 5A 18 14 51 2A
Octal 301 117 24 0 73 132 30 24 121 52
Binary 11000001 1001111 10100 0 111011 1011010 11000 10100 1010001 101010

Color Harmonies of #C14F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14F14

Black with #C14F14

Text Example


Text Example

White with #C14F14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14F14; }

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

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

background-color css

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

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

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

border-color css

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

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

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