Html Css Color HEX #C74916 Rust

📋 copy color: '#C74916'

red 199 ◦ green 73 ◦ blue 22

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

Shades of Rust #C74916

Tints of Rust #C74916

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 7.48%

R = 67.69%
G = 24.83%
B = 7.48%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.89

 K value IS 0.22

RGB Variations

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

Color information

#C74916 (or 0xC74916) is known color: Rust. HEX triplet: C7, 49 and 16. RGB value is (199,73,22). Sum of RGB (Red+Green+Blue) = 199+73+22=294 (38% of max value = 765). Red value is 199 (78.12% from 255 or 67.69% from 294); Green value is 73 (28.91% from 255 or 24.83% from 294); Blue value is 22 (8.98% from 255 or 7.48% from 294); Max value from RGB is 199 - color contains mainly: red. Hex color #C74916 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C74916 is #38B6E9. Grayscale: #696969. Windows color (decimal): -3716842 or 1460679. OLE color: 1460679.

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

Color convert

RGB 199 73 22 -
CMYK 0 0.63 0.89 0.22
HSL 17.29º 0.8% 0.43% -
HSV(B) 17.29º 0.89% 0.78% -
XYZ 26.08 16.97 2.66 -
YUV 104.86 81.24 195.15 -
System Red Green Blue C M Y K H S L
Decimal 199 73 22 0 0.63 0.89 0.22 17.29 0.8 0.43
Hex C7 49 16 0 3F 59 16 11 50 2B
Octal 307 111 26 0 77 131 26 21 120 53
Binary 11000111 1001001 10110 0 111111 1011001 10110 10001 1010000 101011

Color Harmonies of #C74916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74916

Black with #C74916

Text Example


Text Example

White with #C74916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74916; }

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

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

background-color css

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

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

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

border-color css

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

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

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