Html Css Color HEX #C04706 Rust

📋 copy color: '#C04706'

red 192 ◦ green 71 ◦ blue 6

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

Shades of Rust #C04706

Tints of Rust #C04706

RGB

 RED value IS 192 (75.39% from 255) = 71.38%

 GREEN value IS 71 (28.13% from 255) = 26.39%

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

R = 71.38%
G = 26.39%
B = 2.23%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.97

 K value IS 0.25

RGB Variations

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

Color information

#C04706 (or 0xC04706) is known color: Rust. HEX triplet: C0, 47 and 06. RGB value is (192,71,6). Sum of RGB (Red+Green+Blue) = 192+71+6=269 (35% of max value = 765). Red value is 192 (75.39% from 255 or 71.38% from 269); Green value is 71 (28.12% from 255 or 26.39% from 269); Blue value is 6 (2.73% from 255 or 2.23% from 269); Max value from RGB is 192 - color contains mainly: red. Hex color #C04706 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C04706 is #3FB8F9. Grayscale: #646464. Windows color (decimal): -4176122 or 411584. OLE color: 411584.

HSL color Cylindrical-coordinate representation of color #C04706: hue angle of 20.97º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C04706 is Cyan = 0, Magento = 0.63, Yellow = 0.97 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 71 6 -
CMYK 0 0.63 0.97 0.25
HSL 20.97º 0.94% 0.39% -
HSV(B) 20.97º 0.97% 0.75% -
XYZ 24.02 15.73 1.94 -
YUV 99.77 75.09 193.79 -
System Red Green Blue C M Y K H S L
Decimal 192 71 6 0 0.63 0.97 0.25 20.97 0.94 0.39
Hex C0 47 6 0 3F 61 19 15 5E 27
Octal 300 107 6 0 77 141 31 25 136 47
Binary 11000000 1000111 110 0 111111 1100001 11001 10101 1011110 100111

Color Harmonies of #C04706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04706

Black with #C04706

Text Example


Text Example

White with #C04706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04706; }

 p { color: rgb(192,71,6); }

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

background-color css

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

 a { background-color: rgb(192,71,6); }

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

border-color css

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

 span { border-color: rgb(192,71,6); }

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