Html Css Color HEX #C7490F Rust

📋 copy color: '#C7490F'

red 199 ◦ green 73 ◦ blue 15

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

Shades of Rust #C7490F

Tints of Rust #C7490F

RGB

 RED value IS 199 (78.13% from 255) = 69.34%

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

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

R = 69.34%
G = 25.44%
B = 5.23%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C7490F (or 0xC7490F) is known color: Rust. HEX triplet: C7, 49 and 0F. RGB value is (199,73,15). Sum of RGB (Red+Green+Blue) = 199+73+15=287 (38% of max value = 765). Red value is 199 (78.12% from 255 or 69.34% from 287); Green value is 73 (28.91% from 255 or 25.44% from 287); Blue value is 15 (6.25% from 255 or 5.23% from 287); Max value from RGB is 199 - color contains mainly: red. Hex color #C7490F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C7490F is #38B6F0. Grayscale: #686868. Windows color (decimal): -3716849 or 1001927. OLE color: 1001927.

HSL color Cylindrical-coordinate representation of color #C7490F: hue angle of 18.91º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C7490F is Cyan = 0, Magento = 0.63, Yellow = 0.92 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 73 15 -
CMYK 0 0.63 0.92 0.22
HSL 18.91º 0.86% 0.42% -
HSV(B) 18.91º 0.92% 0.78% -
XYZ 26.02 16.94 2.35 -
YUV 104.06 77.74 195.72 -
System Red Green Blue C M Y K H S L
Decimal 199 73 15 0 0.63 0.92 0.22 18.91 0.86 0.42
Hex C7 49 F 0 3F 5C 16 13 56 2A
Octal 307 111 17 0 77 134 26 23 126 52
Binary 11000111 1001001 1111 0 111111 1011100 10110 10011 1010110 101010

Color Harmonies of #C7490F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7490F

Black with #C7490F

Text Example


Text Example

White with #C7490F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7490F; }

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

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

background-color css

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

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

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

border-color css

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

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

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