Html Css Color HEX #C74910 Rust

📋 copy color: '#C74910'

red 199 ◦ green 73 ◦ blue 16

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

Shades of Rust #C74910

Tints of Rust #C74910

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.56%

R = 69.1%
G = 25.35%
B = 5.56%

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

#C74910 (or 0xC74910) is known color: Rust. HEX triplet: C7, 49 and 10. RGB value is (199,73,16). Sum of RGB (Red+Green+Blue) = 199+73+16=288 (38% of max value = 765). Red value is 199 (78.12% from 255 or 69.10% from 288); Green value is 73 (28.91% from 255 or 25.35% from 288); Blue value is 16 (6.64% from 255 or 5.56% from 288); Max value from RGB is 199 - color contains mainly: red. Hex color #C74910 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C74910 is #38B6EF. Grayscale: #686868. Windows color (decimal): -3716848 or 1067463. OLE color: 1067463.

HSL color Cylindrical-coordinate representation of color #C74910: hue angle of 18.69º degrees, saturation: 0.85, 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 #C74910 is Cyan = 0, Magento = 0.63, Yellow = 0.92 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 73 16 -
CMYK 0 0.63 0.92 0.22
HSL 18.69º 0.85% 0.42% -
HSV(B) 18.69º 0.92% 0.78% -
XYZ 26.03 16.94 2.39 -
YUV 104.18 78.24 195.63 -
System Red Green Blue C M Y K H S L
Decimal 199 73 16 0 0.63 0.92 0.22 18.69 0.85 0.42
Hex C7 49 10 0 3F 5C 16 13 55 2A
Octal 307 111 20 0 77 134 26 23 125 52
Binary 11000111 1001001 10000 0 111111 1011100 10110 10011 1010101 101010

Color Harmonies of #C74910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74910

Black with #C74910

Text Example


Text Example

White with #C74910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74910; }

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

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

background-color css

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

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

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

border-color css

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

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

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