Html Css Color HEX #C64506 Rust

📋 copy color: '#C64506'

red 198 ◦ green 69 ◦ blue 6

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

Shades of Rust #C64506

Tints of Rust #C64506

RGB

 RED value IS 198 (77.73% from 255) = 72.53%

 GREEN value IS 69 (27.34% from 255) = 25.27%

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

R = 72.53%
G = 25.27%
B = 2.2%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.97

 K value IS 0.22

RGB Variations

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

Color information

#C64506 (or 0xC64506) is known color: Rust. HEX triplet: C6, 45 and 06. RGB value is (198,69,6). Sum of RGB (Red+Green+Blue) = 198+69+6=273 (36% of max value = 765). Red value is 198 (77.73% from 255 or 72.53% from 273); Green value is 69 (27.34% from 255 or 25.27% from 273); Blue value is 6 (2.73% from 255 or 2.20% from 273); Max value from RGB is 198 - color contains mainly: red. Hex color #C64506 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C64506 is #39BAF9. Grayscale: #646464. Windows color (decimal): -3783418 or 411078. OLE color: 411078.

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

Color convert

RGB 198 69 6 -
CMYK 0 0.65 0.97 0.22
HSL 19.69º 0.94% 0.4% -
HSV(B) 19.69º 0.97% 0.78% -
XYZ 25.45 16.28 1.97 -
YUV 100.39 74.74 197.62 -
System Red Green Blue C M Y K H S L
Decimal 198 69 6 0 0.65 0.97 0.22 19.69 0.94 0.4
Hex C6 45 6 0 41 61 16 14 5E 28
Octal 306 105 6 0 101 141 26 24 136 50
Binary 11000110 1000101 110 0 1000001 1100001 10110 10100 1011110 101000

Color Harmonies of #C64506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64506

Black with #C64506

Text Example


Text Example

White with #C64506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64506; }

 p { color: rgb(198,69,6); }

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

background-color css

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

 a { background-color: rgb(198,69,6); }

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

border-color css

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

 span { border-color: rgb(198,69,6); }

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