Html Css Color HEX #C74818 Rust

📋 copy color: '#C74818'

red 199 ◦ green 72 ◦ blue 24

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

Shades of Rust #C74818

Tints of Rust #C74818

RGB

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

 GREEN value IS 72 (28.52% from 255) = 24.41%

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

R = 67.46%
G = 24.41%
B = 8.14%

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

#C74818 (or 0xC74818) is known color: Rust. HEX triplet: C7, 48 and 18. RGB value is (199,72,24). Sum of RGB (Red+Green+Blue) = 199+72+24=295 (39% of max value = 765). Red value is 199 (78.12% from 255 or 67.46% from 295); Green value is 72 (28.52% from 255 or 24.41% from 295); Blue value is 24 (9.77% from 255 or 8.14% from 295); Max value from RGB is 199 - color contains mainly: red. Hex color #C74818 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C74818 is #38B7E7. Grayscale: #686868. Windows color (decimal): -3717096 or 1591495. OLE color: 1591495.

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

Color convert

RGB 199 72 24 -
CMYK 0 0.64 0.88 0.22
HSL 16.46º 0.78% 0.44% -
HSV(B) 16.46º 0.88% 0.78% -
XYZ 26.04 16.84 2.74 -
YUV 104.5 82.58 195.4 -
System Red Green Blue C M Y K H S L
Decimal 199 72 24 0 0.64 0.88 0.22 16.46 0.78 0.44
Hex C7 48 18 0 40 58 16 10 4E 2C
Octal 307 110 30 0 100 130 26 20 116 54
Binary 11000111 1001000 11000 0 1000000 1011000 10110 10000 1001110 101100

Color Harmonies of #C74818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74818

Black with #C74818

Text Example


Text Example

White with #C74818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74818; }

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

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

background-color css

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

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

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

border-color css

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

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

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