Html Css Color HEX #C1490F Rust

📋 copy color: '#C1490F'

red 193 ◦ green 73 ◦ blue 15

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

Shades of Rust #C1490F

Tints of Rust #C1490F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.34%

R = 68.68%
G = 25.98%
B = 5.34%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#C1490F (or 0xC1490F) is known color: Rust. HEX triplet: C1, 49 and 0F. RGB value is (193,73,15). Sum of RGB (Red+Green+Blue) = 193+73+15=281 (37% of max value = 765). Red value is 193 (75.78% from 255 or 68.68% from 281); Green value is 73 (28.91% from 255 or 25.98% from 281); Blue value is 15 (6.25% from 255 or 5.34% from 281); Max value from RGB is 193 - color contains mainly: red. Hex color #C1490F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C1490F is #3EB6F0. Grayscale: #666666. Windows color (decimal): -4110065 or 1001921. OLE color: 1001921.

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

Color convert

RGB 193 73 15 -
CMYK 0 0.62 0.92 0.24
HSL 19.55º 0.86% 0.41% -
HSV(B) 19.55º 0.92% 0.76% -
XYZ 24.46 16.14 2.28 -
YUV 102.27 78.76 192.72 -
System Red Green Blue C M Y K H S L
Decimal 193 73 15 0 0.62 0.92 0.24 19.55 0.86 0.41
Hex C1 49 F 0 3E 5C 18 14 56 29
Octal 301 111 17 0 76 134 30 24 126 51
Binary 11000001 1001001 1111 0 111110 1011100 11000 10100 1010110 101001

Color Harmonies of #C1490F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1490F

Black with #C1490F

Text Example


Text Example

White with #C1490F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1490F; }

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

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

background-color css

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

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

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

border-color css

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

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

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