Html Css Color HEX #C74617 Rust

📋 copy color: '#C74617'

red 199 ◦ green 70 ◦ blue 23

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

Shades of Rust #C74617

Tints of Rust #C74617

RGB

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

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

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

R = 68.15%
G = 23.97%
B = 7.88%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C74617 (or 0xC74617) is known color: Rust. HEX triplet: C7, 46 and 17. RGB value is (199,70,23). Sum of RGB (Red+Green+Blue) = 199+70+23=292 (38% of max value = 765). Red value is 199 (78.12% from 255 or 68.15% from 292); Green value is 70 (27.73% from 255 or 23.97% from 292); Blue value is 23 (9.38% from 255 or 7.88% from 292); Max value from RGB is 199 - color contains mainly: red. Hex color #C74617 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C74617 is #38B9E8. Grayscale: #676767. Windows color (decimal): -3717609 or 1525447. OLE color: 1525447.

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

Color convert

RGB 199 70 23 -
CMYK 0 0.65 0.88 0.22
HSL 16.02º 0.79% 0.44% -
HSV(B) 16.02º 0.88% 0.78% -
XYZ 25.9 16.58 2.65 -
YUV 103.21 82.74 196.32 -
System Red Green Blue C M Y K H S L
Decimal 199 70 23 0 0.65 0.88 0.22 16.02 0.79 0.44
Hex C7 46 17 0 41 58 16 10 4F 2C
Octal 307 106 27 0 101 130 26 20 117 54
Binary 11000111 1000110 10111 0 1000001 1011000 10110 10000 1001111 101100

Color Harmonies of #C74617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74617

Black with #C74617

Text Example


Text Example

White with #C74617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74617; }

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

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

background-color css

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

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

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

border-color css

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

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

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