Html Css Color HEX #C74615 Rust

📋 copy color: '#C74615'

red 199 ◦ green 70 ◦ blue 21

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

Shades of Rust #C74615

Tints of Rust #C74615

RGB

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

 GREEN value IS 70 (27.73% from 255) = 24.14%

 BLUE value IS 21 (8.59% from 255) = 7.24%

R = 68.62%
G = 24.14%
B = 7.24%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.89

 K value IS 0.22

RGB Variations

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

Color information

#C74615 (or 0xC74615) is known color: Rust. HEX triplet: C7, 46 and 15. RGB value is (199,70,21). Sum of RGB (Red+Green+Blue) = 199+70+21=290 (38% of max value = 765). Red value is 199 (78.12% from 255 or 68.62% from 290); Green value is 70 (27.73% from 255 or 24.14% from 290); Blue value is 21 (8.59% from 255 or 7.24% from 290); Max value from RGB is 199 - color contains mainly: red. Hex color #C74615 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C74615 is #38B9EA. Grayscale: #676767. Windows color (decimal): -3717611 or 1394375. OLE color: 1394375.

HSL color Cylindrical-coordinate representation of color #C74615: hue angle of 16.52º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C74615 is Cyan = 0, Magento = 0.65, Yellow = 0.89 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 70 21 -
CMYK 0 0.65 0.89 0.22
HSL 16.52º 0.81% 0.43% -
HSV(B) 16.52º 0.89% 0.78% -
XYZ 25.88 16.58 2.55 -
YUV 102.99 81.74 196.48 -
System Red Green Blue C M Y K H S L
Decimal 199 70 21 0 0.65 0.89 0.22 16.52 0.81 0.43
Hex C7 46 15 0 41 59 16 11 51 2B
Octal 307 106 25 0 101 131 26 21 121 53
Binary 11000111 1000110 10101 0 1000001 1011001 10110 10001 1010001 101011

Color Harmonies of #C74615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74615

Black with #C74615

Text Example


Text Example

White with #C74615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74615; }

 p { color: rgb(199,70,21); }

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

background-color css

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

 a { background-color: rgb(199,70,21); }

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

border-color css

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

 span { border-color: rgb(199,70,21); }

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