Html Css Color HEX #C7490C Rust

📋 copy color: '#C7490C'

red 199 ◦ green 73 ◦ blue 12

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

Shades of Rust #C7490C

Tints of Rust #C7490C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.23%

R = 70.07%
G = 25.7%
B = 4.23%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#C7490C (or 0xC7490C) is known color: Rust. HEX triplet: C7, 49 and 0C. RGB value is (199,73,12). Sum of RGB (Red+Green+Blue) = 199+73+12=284 (37% of max value = 765). Red value is 199 (78.12% from 255 or 70.07% from 284); Green value is 73 (28.91% from 255 or 25.70% from 284); Blue value is 12 (5.08% from 255 or 4.23% from 284); Max value from RGB is 199 - color contains mainly: red. Hex color #C7490C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C7490C is #38B6F3. Grayscale: #686868. Windows color (decimal): -3716852 or 805319. OLE color: 805319.

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

Color convert

RGB 199 73 12 -
CMYK 0 0.63 0.94 0.22
HSL 19.57º 0.89% 0.41% -
HSV(B) 19.57º 0.94% 0.78% -
XYZ 26 16.93 2.25 -
YUV 103.72 76.24 195.96 -
System Red Green Blue C M Y K H S L
Decimal 199 73 12 0 0.63 0.94 0.22 19.57 0.89 0.41
Hex C7 49 C 0 3F 5E 16 14 59 29
Octal 307 111 14 0 77 136 26 24 131 51
Binary 11000111 1001001 1100 0 111111 1011110 10110 10100 1011001 101001

Color Harmonies of #C7490C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7490C

Black with #C7490C

Text Example


Text Example

White with #C7490C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7490C; }

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

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

background-color css

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

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

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

border-color css

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

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

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