Html Css Color HEX #C74D18 Rust

📋 copy color: '#C74D18'

red 199 ◦ green 77 ◦ blue 24

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

Shades of Rust #C74D18

Tints of Rust #C74D18

RGB

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

 GREEN value IS 77 (30.47% from 255) = 25.67%

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

R = 66.33%
G = 25.67%
B = 8%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C74D18 (or 0xC74D18) is known color: Rust. HEX triplet: C7, 4D and 18. RGB value is (199,77,24). Sum of RGB (Red+Green+Blue) = 199+77+24=300 (39% of max value = 765). Red value is 199 (78.12% from 255 or 66.33% from 300); Green value is 77 (30.47% from 255 or 25.67% from 300); Blue value is 24 (9.77% from 255 or 8% from 300); Max value from RGB is 199 - color contains mainly: red. Hex color #C74D18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C74D18 is #38B2E7. Grayscale: #6B6B6B. Windows color (decimal): -3715816 or 1592775. OLE color: 1592775.

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

Color convert

RGB 199 77 24 -
CMYK 0 0.61 0.88 0.22
HSL 18.17º 0.78% 0.44% -
HSV(B) 18.17º 0.88% 0.78% -
XYZ 26.37 17.52 2.86 -
YUV 107.44 80.92 193.31 -
System Red Green Blue C M Y K H S L
Decimal 199 77 24 0 0.61 0.88 0.22 18.17 0.78 0.44
Hex C7 4D 18 0 3D 58 16 12 4E 2C
Octal 307 115 30 0 75 130 26 22 116 54
Binary 11000111 1001101 11000 0 111101 1011000 10110 10010 1001110 101100

Color Harmonies of #C74D18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74D18

Black with #C74D18

Text Example


Text Example

White with #C74D18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74D18; }

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

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

background-color css

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

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

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

border-color css

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

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

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