Html Css Color HEX #C74F18 Rust

📋 copy color: '#C74F18'

red 199 ◦ green 79 ◦ blue 24

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

Shades of Rust #C74F18

Tints of Rust #C74F18

RGB

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

 GREEN value IS 79 (31.25% from 255) = 26.16%

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

R = 65.89%
G = 26.16%
B = 7.95%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C74F18 (or 0xC74F18) is known color: Rust. HEX triplet: C7, 4F and 18. RGB value is (199,79,24). Sum of RGB (Red+Green+Blue) = 199+79+24=302 (40% of max value = 765). Red value is 199 (78.12% from 255 or 65.89% from 302); Green value is 79 (31.25% from 255 or 26.16% from 302); Blue value is 24 (9.77% from 255 or 7.95% from 302); Max value from RGB is 199 - color contains mainly: red. Hex color #C74F18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C74F18 is #38B0E7. Grayscale: #6C6C6C. Windows color (decimal): -3715304 or 1593287. OLE color: 1593287.

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

Color convert

RGB 199 79 24 -
CMYK 0 0.60 0.88 0.22
HSL 18.86º 0.78% 0.44% -
HSV(B) 18.86º 0.88% 0.78% -
XYZ 26.51 17.8 2.9 -
YUV 108.61 80.26 192.47 -
System Red Green Blue C M Y K H S L
Decimal 199 79 24 0 0.60 0.88 0.22 18.86 0.78 0.44
Hex C7 4F 18 0 3C 58 16 13 4E 2C
Octal 307 117 30 0 74 130 26 23 116 54
Binary 11000111 1001111 11000 0 111100 1011000 10110 10011 1001110 101100

Color Harmonies of #C74F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74F18

Black with #C74F18

Text Example


Text Example

White with #C74F18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74F18; }

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

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

background-color css

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

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

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

border-color css

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

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

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