Html Css Color HEX #C74510 Rust

📋 copy color: '#C74510'

red 199 ◦ green 69 ◦ blue 16

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

Shades of Rust #C74510

Tints of Rust #C74510

RGB

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

 GREEN value IS 69 (27.34% from 255) = 24.3%

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

R = 70.07%
G = 24.3%
B = 5.63%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C74510 (or 0xC74510) is known color: Rust. HEX triplet: C7, 45 and 10. RGB value is (199,69,16). Sum of RGB (Red+Green+Blue) = 199+69+16=284 (37% of max value = 765). Red value is 199 (78.12% from 255 or 70.07% from 284); Green value is 69 (27.34% from 255 or 24.30% from 284); Blue value is 16 (6.64% from 255 or 5.63% from 284); Max value from RGB is 199 - color contains mainly: red. Hex color #C74510 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C74510 is #38BAEF. Grayscale: #666666. Windows color (decimal): -3717872 or 1066439. OLE color: 1066439.

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

Color convert

RGB 199 69 16 -
CMYK 0 0.65 0.92 0.22
HSL 17.38º 0.85% 0.42% -
HSV(B) 17.38º 0.92% 0.78% -
XYZ 25.77 16.44 2.3 -
YUV 101.83 79.57 197.31 -
System Red Green Blue C M Y K H S L
Decimal 199 69 16 0 0.65 0.92 0.22 17.38 0.85 0.42
Hex C7 45 10 0 41 5C 16 11 55 2A
Octal 307 105 20 0 101 134 26 21 125 52
Binary 11000111 1000101 10000 0 1000001 1011100 10110 10001 1010101 101010

Color Harmonies of #C74510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74510

Black with #C74510

Text Example


Text Example

White with #C74510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74510; }

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

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

background-color css

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

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

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

border-color css

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

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

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