Html Css Color HEX #C74618 Rust

📋 copy color: '#C74618'

red 199 ◦ green 70 ◦ blue 24

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

Shades of Rust #C74618

Tints of Rust #C74618

RGB

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

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

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

R = 67.92%
G = 23.89%
B = 8.19%

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

#C74618 (or 0xC74618) is known color: Rust. HEX triplet: C7, 46 and 18. RGB value is (199,70,24). Sum of RGB (Red+Green+Blue) = 199+70+24=293 (38% of max value = 765). Red value is 199 (78.12% from 255 or 67.92% from 293); Green value is 70 (27.73% from 255 or 23.89% from 293); Blue value is 24 (9.77% from 255 or 8.19% from 293); Max value from RGB is 199 - color contains mainly: red. Hex color #C74618 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C74618 is #38B9E7. Grayscale: #676767. Windows color (decimal): -3717608 or 1590983. OLE color: 1590983.

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

Color convert

RGB 199 70 24 -
CMYK 0 0.65 0.88 0.22
HSL 15.77º 0.78% 0.44% -
HSV(B) 15.77º 0.88% 0.78% -
XYZ 25.91 16.59 2.7 -
YUV 103.33 83.24 196.24 -
System Red Green Blue C M Y K H S L
Decimal 199 70 24 0 0.65 0.88 0.22 15.77 0.78 0.44
Hex C7 46 18 0 41 58 16 10 4E 2C
Octal 307 106 30 0 101 130 26 20 116 54
Binary 11000111 1000110 11000 0 1000001 1011000 10110 10000 1001110 101100

Color Harmonies of #C74618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74618

Black with #C74618

Text Example


Text Example

White with #C74618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74618; }

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

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

background-color css

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

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

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

border-color css

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

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

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