Html Css Color HEX #C74410 Rust

📋 copy color: '#C74410'

red 199 ◦ green 68 ◦ blue 16

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

Shades of Rust #C74410

Tints of Rust #C74410

RGB

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

 GREEN value IS 68 (26.95% from 255) = 24.03%

 BLUE value IS 16 (6.64% from 255) = 5.65%

R = 70.32%
G = 24.03%
B = 5.65%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C74410 (or 0xC74410) is known color: Rust. HEX triplet: C7, 44 and 10. RGB value is (199,68,16). Sum of RGB (Red+Green+Blue) = 199+68+16=283 (37% of max value = 765). Red value is 199 (78.12% from 255 or 70.32% from 283); Green value is 68 (26.95% from 255 or 24.03% from 283); Blue value is 16 (6.64% from 255 or 5.65% from 283); Max value from RGB is 199 - color contains mainly: red. Hex color #C74410 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C74410 is #38BBEF. Grayscale: #656565. Windows color (decimal): -3718128 or 1066183. OLE color: 1066183.

HSL color Cylindrical-coordinate representation of color #C74410: hue angle of 17.05º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C74410 is Cyan = 0, Magento = 0.66, Yellow = 0.92 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 68 16 -
CMYK 0 0.66 0.92 0.22
HSL 17.05º 0.85% 0.42% -
HSV(B) 17.05º 0.92% 0.78% -
XYZ 25.71 16.31 2.28 -
YUV 101.24 79.9 197.73 -
System Red Green Blue C M Y K H S L
Decimal 199 68 16 0 0.66 0.92 0.22 17.05 0.85 0.42
Hex C7 44 10 0 42 5C 16 11 55 2A
Octal 307 104 20 0 102 134 26 21 125 52
Binary 11000111 1000100 10000 0 1000010 1011100 10110 10001 1010101 101010

Color Harmonies of #C74410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74410

Black with #C74410

Text Example


Text Example

White with #C74410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74410; }

 p { color: rgb(199,68,16); }

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

background-color css

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

 a { background-color: rgb(199,68,16); }

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

border-color css

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

 span { border-color: rgb(199,68,16); }

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