Html Css Color HEX #C74516 Rust

📋 copy color: '#C74516'

red 199 ◦ green 69 ◦ blue 22

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

Shades of Rust #C74516

Tints of Rust #C74516

RGB

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

 GREEN value IS 69 (27.34% from 255) = 23.79%

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

R = 68.62%
G = 23.79%
B = 7.59%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.89

 K value IS 0.22

RGB Variations

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

Color information

#C74516 (or 0xC74516) is known color: Rust. HEX triplet: C7, 45 and 16. RGB value is (199,69,22). Sum of RGB (Red+Green+Blue) = 199+69+22=290 (38% of max value = 765). Red value is 199 (78.12% from 255 or 68.62% from 290); Green value is 69 (27.34% from 255 or 23.79% from 290); Blue value is 22 (8.98% from 255 or 7.59% from 290); Max value from RGB is 199 - color contains mainly: red. Hex color #C74516 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C74516 is #38BAE9. Grayscale: #666666. Windows color (decimal): -3717866 or 1459655. OLE color: 1459655.

HSL color Cylindrical-coordinate representation of color #C74516: hue angle of 15.93º 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 #C74516 is Cyan = 0, Magento = 0.65, Yellow = 0.89 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 69 22 -
CMYK 0 0.65 0.89 0.22
HSL 15.93º 0.8% 0.43% -
HSV(B) 15.93º 0.89% 0.78% -
XYZ 25.83 16.46 2.57 -
YUV 102.51 82.57 196.82 -
System Red Green Blue C M Y K H S L
Decimal 199 69 22 0 0.65 0.89 0.22 15.93 0.8 0.43
Hex C7 45 16 0 41 59 16 10 50 2B
Octal 307 105 26 0 101 131 26 20 120 53
Binary 11000111 1000101 10110 0 1000001 1011001 10110 10000 1010000 101011

Color Harmonies of #C74516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74516

Black with #C74516

Text Example


Text Example

White with #C74516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74516; }

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

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

background-color css

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

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

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

border-color css

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

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

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