Html Css Color HEX #C14914 Rust

📋 copy color: '#C14914'

red 193 ◦ green 73 ◦ blue 20

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

Shades of Rust #C14914

Tints of Rust #C14914

RGB

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

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

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

R = 67.48%
G = 25.52%
B = 6.99%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#C14914 (or 0xC14914) is known color: Rust. HEX triplet: C1, 49 and 14. RGB value is (193,73,20). Sum of RGB (Red+Green+Blue) = 193+73+20=286 (37% of max value = 765). Red value is 193 (75.78% from 255 or 67.48% from 286); Green value is 73 (28.91% from 255 or 25.52% from 286); Blue value is 20 (8.20% from 255 or 6.99% from 286); Max value from RGB is 193 - color contains mainly: red. Hex color #C14914 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C14914 is #3EB6EB. Grayscale: #676767. Windows color (decimal): -4110060 or 1329601. OLE color: 1329601.

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

Color convert

RGB 193 73 20 -
CMYK 0 0.62 0.90 0.24
HSL 18.38º 0.81% 0.42% -
HSV(B) 18.38º 0.9% 0.76% -
XYZ 24.5 16.15 2.49 -
YUV 102.84 81.26 192.31 -
System Red Green Blue C M Y K H S L
Decimal 193 73 20 0 0.62 0.90 0.24 18.38 0.81 0.42
Hex C1 49 14 0 3E 5A 18 12 51 2A
Octal 301 111 24 0 76 132 30 22 121 52
Binary 11000001 1001001 10100 0 111110 1011010 11000 10010 1010001 101010

Color Harmonies of #C14914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14914

Black with #C14914

Text Example


Text Example

White with #C14914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14914; }

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

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

background-color css

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

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

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

border-color css

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

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

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