Html Css Color HEX #C1480D Rust

📋 copy color: '#C1480D'

red 193 ◦ green 72 ◦ blue 13

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

Shades of Rust #C1480D

Tints of Rust #C1480D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.68%

R = 69.42%
G = 25.9%
B = 4.68%

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

#C1480D (or 0xC1480D) is known color: Rust. HEX triplet: C1, 48 and 0D. RGB value is (193,72,13). Sum of RGB (Red+Green+Blue) = 193+72+13=278 (36% of max value = 765). Red value is 193 (75.78% from 255 or 69.42% from 278); Green value is 72 (28.52% from 255 or 25.90% from 278); Blue value is 13 (5.47% from 255 or 4.68% from 278); Max value from RGB is 193 - color contains mainly: red. Hex color #C1480D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C1480D is #3EB7F2. Grayscale: #656565. Windows color (decimal): -4110323 or 870593. OLE color: 870593.

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

Color convert

RGB 193 72 13 -
CMYK 0 0.63 0.93 0.24
HSL 19.67º 0.87% 0.4% -
HSV(B) 19.67º 0.93% 0.76% -
XYZ 24.38 16 2.18 -
YUV 101.45 78.09 193.3 -
System Red Green Blue C M Y K H S L
Decimal 193 72 13 0 0.63 0.93 0.24 19.67 0.87 0.4
Hex C1 48 D 0 3F 5D 18 14 57 28
Octal 301 110 15 0 77 135 30 24 127 50
Binary 11000001 1001000 1101 0 111111 1011101 11000 10100 1010111 101000

Color Harmonies of #C1480D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1480D

Black with #C1480D

Text Example


Text Example

White with #C1480D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1480D; }

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

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

background-color css

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

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

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

border-color css

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

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

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