Html Css Color HEX #C7460F Rust

📋 copy color: '#C7460F'

red 199 ◦ green 70 ◦ blue 15

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

Shades of Rust #C7460F

Tints of Rust #C7460F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.28%

R = 70.07%
G = 24.65%
B = 5.28%

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

#C7460F (or 0xC7460F) is known color: Rust. HEX triplet: C7, 46 and 0F. RGB value is (199,70,15). Sum of RGB (Red+Green+Blue) = 199+70+15=284 (37% of max value = 765). Red value is 199 (78.12% from 255 or 70.07% from 284); Green value is 70 (27.73% from 255 or 24.65% from 284); Blue value is 15 (6.25% from 255 or 5.28% from 284); Max value from RGB is 199 - color contains mainly: red. Hex color #C7460F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C7460F is #38B9F0. Grayscale: #666666. Windows color (decimal): -3717617 or 1001159. OLE color: 1001159.

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

Color convert

RGB 199 70 15 -
CMYK 0 0.65 0.92 0.22
HSL 17.93º 0.86% 0.42% -
HSV(B) 17.93º 0.92% 0.78% -
XYZ 25.83 16.56 2.29 -
YUV 102.3 78.74 196.97 -
System Red Green Blue C M Y K H S L
Decimal 199 70 15 0 0.65 0.92 0.22 17.93 0.86 0.42
Hex C7 46 F 0 41 5C 16 12 56 2A
Octal 307 106 17 0 101 134 26 22 126 52
Binary 11000111 1000110 1111 0 1000001 1011100 10110 10010 1010110 101010

Color Harmonies of #C7460F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7460F

Black with #C7460F

Text Example


Text Example

White with #C7460F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7460F; }

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

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

background-color css

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

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

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

border-color css

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

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

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