Html Css Color HEX #C74006 Rust

📋 copy color: '#C74006'

red 199 ◦ green 64 ◦ blue 6

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

Shades of Rust #C74006

Tints of Rust #C74006

RGB

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

 GREEN value IS 64 (25.39% from 255) = 23.79%

 BLUE value IS 6 (2.73% from 255) = 2.23%

R = 73.98%
G = 23.79%
B = 2.23%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.97

 K value IS 0.22

RGB Variations

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

Color information

#C74006 (or 0xC74006) is known color: Rust. HEX triplet: C7, 40 and 06. RGB value is (199,64,6). Sum of RGB (Red+Green+Blue) = 199+64+6=269 (35% of max value = 765). Red value is 199 (78.12% from 255 or 73.98% from 269); Green value is 64 (25.39% from 255 or 23.79% from 269); Blue value is 6 (2.73% from 255 or 2.23% from 269); Max value from RGB is 199 - color contains mainly: red. Hex color #C74006 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C74006 is #38BFF9. Grayscale: #626262. Windows color (decimal): -3719162 or 409799. OLE color: 409799.

HSL color Cylindrical-coordinate representation of color #C74006: hue angle of 18.03º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C74006 is Cyan = 0, Magento = 0.68, Yellow = 0.97 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 64 6 -
CMYK 0 0.68 0.97 0.22
HSL 18.03º 0.94% 0.4% -
HSV(B) 18.03º 0.97% 0.78% -
XYZ 25.42 15.82 1.89 -
YUV 97.75 76.23 200.22 -
System Red Green Blue C M Y K H S L
Decimal 199 64 6 0 0.68 0.97 0.22 18.03 0.94 0.4
Hex C7 40 6 0 44 61 16 12 5E 28
Octal 307 100 6 0 104 141 26 22 136 50
Binary 11000111 1000000 110 0 1000100 1100001 10110 10010 1011110 101000

Color Harmonies of #C74006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74006

Black with #C74006

Text Example


Text Example

White with #C74006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74006; }

 p { color: rgb(199,64,6); }

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

background-color css

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

 a { background-color: rgb(199,64,6); }

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

border-color css

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

 span { border-color: rgb(199,64,6); }

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