Html Css Color HEX #C74406 Rust

📋 copy color: '#C74406'

red 199 ◦ green 68 ◦ blue 6

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

Shades of Rust #C74406

Tints of Rust #C74406

RGB

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

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

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

R = 72.89%
G = 24.91%
B = 2.2%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.97

 K value IS 0.22

RGB Variations

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

Color information

#C74406 (or 0xC74406) is known color: Rust. HEX triplet: C7, 44 and 06. RGB value is (199,68,6). Sum of RGB (Red+Green+Blue) = 199+68+6=273 (36% of max value = 765). Red value is 199 (78.12% from 255 or 72.89% from 273); Green value is 68 (26.95% from 255 or 24.91% from 273); Blue value is 6 (2.73% from 255 or 2.20% from 273); Max value from RGB is 199 - color contains mainly: red. Hex color #C74406 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C74406 is #38BBF9. Grayscale: #646464. Windows color (decimal): -3718138 or 410823. OLE color: 410823.

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

Color convert

RGB 199 68 6 -
CMYK 0 0.66 0.97 0.22
HSL 19.27º 0.94% 0.4% -
HSV(B) 19.27º 0.97% 0.78% -
XYZ 25.65 16.29 1.96 -
YUV 100.1 74.9 198.54 -
System Red Green Blue C M Y K H S L
Decimal 199 68 6 0 0.66 0.97 0.22 19.27 0.94 0.4
Hex C7 44 6 0 42 61 16 13 5E 28
Octal 307 104 6 0 102 141 26 23 136 50
Binary 11000111 1000100 110 0 1000010 1100001 10110 10011 1011110 101000

Color Harmonies of #C74406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74406

Black with #C74406

Text Example


Text Example

White with #C74406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74406; }

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

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

background-color css

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

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

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

border-color css

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

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

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