Html Css Color HEX #C04806 Rust

📋 copy color: '#C04806'

red 192 ◦ green 72 ◦ blue 6

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

Shades of Rust #C04806

Tints of Rust #C04806

RGB

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

 GREEN value IS 72 (28.52% from 255) = 26.67%

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

R = 71.11%
G = 26.67%
B = 2.22%

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

#C04806 (or 0xC04806) is known color: Rust. HEX triplet: C0, 48 and 06. RGB value is (192,72,6). Sum of RGB (Red+Green+Blue) = 192+72+6=270 (35% of max value = 765). Red value is 192 (75.39% from 255 or 71.11% from 270); Green value is 72 (28.52% from 255 or 26.67% from 270); Blue value is 6 (2.73% from 255 or 2.22% from 270); Max value from RGB is 192 - color contains mainly: red. Hex color #C04806 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C04806 is #3FB7F9. Grayscale: #646464. Windows color (decimal): -4175866 or 411840. OLE color: 411840.

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

Color convert

RGB 192 72 6 -
CMYK 0 0.63 0.97 0.25
HSL 21.29º 0.94% 0.39% -
HSV(B) 21.29º 0.97% 0.75% -
XYZ 24.09 15.85 1.96 -
YUV 100.36 74.76 193.37 -
System Red Green Blue C M Y K H S L
Decimal 192 72 6 0 0.63 0.97 0.25 21.29 0.94 0.39
Hex C0 48 6 0 3F 61 19 15 5E 27
Octal 300 110 6 0 77 141 31 25 136 47
Binary 11000000 1001000 110 0 111111 1100001 11001 10101 1011110 100111

Color Harmonies of #C04806

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04806

Black with #C04806

Text Example


Text Example

White with #C04806

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04806; }

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

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

background-color css

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

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

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

border-color css

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

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

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