Html Css Color HEX #C74206 Rust

📋 copy color: '#C74206'

red 199 ◦ green 66 ◦ blue 6

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

Shades of Rust #C74206

Tints of Rust #C74206

RGB

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

 GREEN value IS 66 (26.17% from 255) = 24.35%

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

R = 73.43%
G = 24.35%
B = 2.21%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.97

 K value IS 0.22

RGB Variations

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

Color information

#C74206 (or 0xC74206) is known color: Rust. HEX triplet: C7, 42 and 06. RGB value is (199,66,6). Sum of RGB (Red+Green+Blue) = 199+66+6=271 (35% of max value = 765). Red value is 199 (78.12% from 255 or 73.43% from 271); Green value is 66 (26.17% from 255 or 24.35% from 271); Blue value is 6 (2.73% from 255 or 2.21% from 271); Max value from RGB is 199 - color contains mainly: red. Hex color #C74206 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C74206 is #38BDF9. Grayscale: #636363. Windows color (decimal): -3718650 or 410311. OLE color: 410311.

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

Color convert

RGB 199 66 6 -
CMYK 0 0.67 0.97 0.22
HSL 18.65º 0.94% 0.4% -
HSV(B) 18.65º 0.97% 0.78% -
XYZ 25.53 16.05 1.92 -
YUV 98.93 75.56 199.38 -
System Red Green Blue C M Y K H S L
Decimal 199 66 6 0 0.67 0.97 0.22 18.65 0.94 0.4
Hex C7 42 6 0 43 61 16 13 5E 28
Octal 307 102 6 0 103 141 26 23 136 50
Binary 11000111 1000010 110 0 1000011 1100001 10110 10011 1011110 101000

Color Harmonies of #C74206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74206

Black with #C74206

Text Example


Text Example

White with #C74206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74206; }

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

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

background-color css

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

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

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

border-color css

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

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

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