Html Css Color HEX #C74917 Rust

📋 copy color: '#C74917'

red 199 ◦ green 73 ◦ blue 23

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

Shades of Rust #C74917

Tints of Rust #C74917

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 7.8%

R = 67.46%
G = 24.75%
B = 7.8%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C74917 (or 0xC74917) is known color: Rust. HEX triplet: C7, 49 and 17. RGB value is (199,73,23). Sum of RGB (Red+Green+Blue) = 199+73+23=295 (39% of max value = 765). Red value is 199 (78.12% from 255 or 67.46% from 295); Green value is 73 (28.91% from 255 or 24.75% from 295); Blue value is 23 (9.38% from 255 or 7.80% from 295); Max value from RGB is 199 - color contains mainly: red. Hex color #C74917 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C74917 is #38B6E8. Grayscale: #696969. Windows color (decimal): -3716841 or 1526215. OLE color: 1526215.

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

Color convert

RGB 199 73 23 -
CMYK 0 0.63 0.88 0.22
HSL 17.05º 0.79% 0.44% -
HSV(B) 17.05º 0.88% 0.78% -
XYZ 26.09 16.97 2.71 -
YUV 104.97 81.74 195.07 -
System Red Green Blue C M Y K H S L
Decimal 199 73 23 0 0.63 0.88 0.22 17.05 0.79 0.44
Hex C7 49 17 0 3F 58 16 11 4F 2C
Octal 307 111 27 0 77 130 26 21 117 54
Binary 11000111 1001001 10111 0 111111 1011000 10110 10001 1001111 101100

Color Harmonies of #C74917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74917

Black with #C74917

Text Example


Text Example

White with #C74917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74917; }

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

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

background-color css

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

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

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

border-color css

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

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

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