Html Css Color HEX #C74616 Rust

📋 copy color: '#C74616'

red 199 ◦ green 70 ◦ blue 22

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

Shades of Rust #C74616

Tints of Rust #C74616

RGB

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

 GREEN value IS 70 (27.73% from 255) = 24.05%

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

R = 68.38%
G = 24.05%
B = 7.56%

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

#C74616 (or 0xC74616) is known color: Rust. HEX triplet: C7, 46 and 16. RGB value is (199,70,22). Sum of RGB (Red+Green+Blue) = 199+70+22=291 (38% of max value = 765). Red value is 199 (78.12% from 255 or 68.38% from 291); Green value is 70 (27.73% from 255 or 24.05% from 291); Blue value is 22 (8.98% from 255 or 7.56% from 291); Max value from RGB is 199 - color contains mainly: red. Hex color #C74616 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C74616 is #38B9E9. Grayscale: #676767. Windows color (decimal): -3717610 or 1459911. OLE color: 1459911.

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

Color convert

RGB 199 70 22 -
CMYK 0 0.65 0.89 0.22
HSL 16.27º 0.8% 0.43% -
HSV(B) 16.27º 0.89% 0.78% -
XYZ 25.89 16.58 2.59 -
YUV 103.1 82.24 196.4 -
System Red Green Blue C M Y K H S L
Decimal 199 70 22 0 0.65 0.89 0.22 16.27 0.8 0.43
Hex C7 46 16 0 41 59 16 10 50 2B
Octal 307 106 26 0 101 131 26 20 120 53
Binary 11000111 1000110 10110 0 1000001 1011001 10110 10000 1010000 101011

Color Harmonies of #C74616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74616

Black with #C74616

Text Example


Text Example

White with #C74616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74616; }

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

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

background-color css

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

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

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

border-color css

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

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

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