Html Css Color HEX #C74718 Rust

📋 copy color: '#C74718'

red 199 ◦ green 71 ◦ blue 24

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

Shades of Rust #C74718

Tints of Rust #C74718

RGB

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

 GREEN value IS 71 (28.13% from 255) = 24.15%

 BLUE value IS 24 (9.77% from 255) = 8.16%

R = 67.69%
G = 24.15%
B = 8.16%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C74718 (or 0xC74718) is known color: Rust. HEX triplet: C7, 47 and 18. RGB value is (199,71,24). Sum of RGB (Red+Green+Blue) = 199+71+24=294 (38% of max value = 765). Red value is 199 (78.12% from 255 or 67.69% from 294); Green value is 71 (28.12% from 255 or 24.15% from 294); Blue value is 24 (9.77% from 255 or 8.16% from 294); Max value from RGB is 199 - color contains mainly: red. Hex color #C74718 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C74718 is #38B8E7. Grayscale: #686868. Windows color (decimal): -3717352 or 1591239. OLE color: 1591239.

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

Color convert

RGB 199 71 24 -
CMYK 0 0.64 0.88 0.22
HSL 16.11º 0.78% 0.44% -
HSV(B) 16.11º 0.88% 0.78% -
XYZ 25.97 16.71 2.72 -
YUV 103.91 82.91 195.82 -
System Red Green Blue C M Y K H S L
Decimal 199 71 24 0 0.64 0.88 0.22 16.11 0.78 0.44
Hex C7 47 18 0 40 58 16 10 4E 2C
Octal 307 107 30 0 100 130 26 20 116 54
Binary 11000111 1000111 11000 0 1000000 1011000 10110 10000 1001110 101100

Color Harmonies of #C74718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74718

Black with #C74718

Text Example


Text Example

White with #C74718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74718; }

 p { color: rgb(199,71,24); }

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

background-color css

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

 a { background-color: rgb(199,71,24); }

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

border-color css

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

 span { border-color: rgb(199,71,24); }

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