Html Css Color HEX #C1480E Rust

📋 copy color: '#C1480E'

red 193 ◦ green 72 ◦ blue 14

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

Shades of Rust #C1480E

Tints of Rust #C1480E

RGB

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

 GREEN value IS 72 (28.52% from 255) = 25.81%

 BLUE value IS 14 (5.86% from 255) = 5.02%

R = 69.18%
G = 25.81%
B = 5.02%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#C1480E (or 0xC1480E) is known color: Rust. HEX triplet: C1, 48 and 0E. RGB value is (193,72,14). Sum of RGB (Red+Green+Blue) = 193+72+14=279 (36% of max value = 765). Red value is 193 (75.78% from 255 or 69.18% from 279); Green value is 72 (28.52% from 255 or 25.81% from 279); Blue value is 14 (5.86% from 255 or 5.02% from 279); Max value from RGB is 193 - color contains mainly: red. Hex color #C1480E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C1480E is #3EB7F1. Grayscale: #656565. Windows color (decimal): -4110322 or 936129. OLE color: 936129.

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

Color convert

RGB 193 72 14 -
CMYK 0 0.63 0.93 0.24
HSL 19.44º 0.86% 0.41% -
HSV(B) 19.44º 0.93% 0.76% -
XYZ 24.39 16 2.22 -
YUV 101.57 78.59 193.22 -
System Red Green Blue C M Y K H S L
Decimal 193 72 14 0 0.63 0.93 0.24 19.44 0.86 0.41
Hex C1 48 E 0 3F 5D 18 13 56 29
Octal 301 110 16 0 77 135 30 23 126 51
Binary 11000001 1001000 1110 0 111111 1011101 11000 10011 1010110 101001

Color Harmonies of #C1480E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1480E

Black with #C1480E

Text Example


Text Example

White with #C1480E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1480E; }

 p { color: rgb(193,72,14); }

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

background-color css

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

 a { background-color: rgb(193,72,14); }

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

border-color css

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

 span { border-color: rgb(193,72,14); }

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