Html Css Color HEX #C6501A Rust

📋 copy color: '#C6501A'

red 198 ◦ green 80 ◦ blue 26

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

Shades of Rust #C6501A

Tints of Rust #C6501A

RGB

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

 GREEN value IS 80 (31.64% from 255) = 26.32%

 BLUE value IS 26 (10.55% from 255) = 8.55%

R = 65.13%
G = 26.32%
B = 8.55%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#C6501A (or 0xC6501A) is known color: Rust. HEX triplet: C6, 50 and 1A. RGB value is (198,80,26). Sum of RGB (Red+Green+Blue) = 198+80+26=304 (40% of max value = 765). Red value is 198 (77.73% from 255 or 65.13% from 304); Green value is 80 (31.64% from 255 or 26.32% from 304); Blue value is 26 (10.55% from 255 or 8.55% from 304); Max value from RGB is 198 - color contains mainly: red. Hex color #C6501A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C6501A is #39AFE5. Grayscale: #6D6D6D. Windows color (decimal): -3780582 or 1724614. OLE color: 1724614.

HSL color Cylindrical-coordinate representation of color #C6501A: hue angle of 18.84º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C6501A is Cyan = 0, Magento = 0.60, Yellow = 0.87 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 80 26 -
CMYK 0 0.60 0.87 0.22
HSL 18.84º 0.77% 0.44% -
HSV(B) 18.84º 0.87% 0.78% -
XYZ 26.34 17.82 3.03 -
YUV 109.13 81.09 191.39 -
System Red Green Blue C M Y K H S L
Decimal 198 80 26 0 0.60 0.87 0.22 18.84 0.77 0.44
Hex C6 50 1A 0 3C 57 16 13 4D 2C
Octal 306 120 32 0 74 127 26 23 115 54
Binary 11000110 1010000 11010 0 111100 1010111 10110 10011 1001101 101100

Color Harmonies of #C6501A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6501A

Black with #C6501A

Text Example


Text Example

White with #C6501A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6501A; }

 p { color: rgb(198,80,26); }

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

background-color css

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

 a { background-color: rgb(198,80,26); }

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

border-color css

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

 span { border-color: rgb(198,80,26); }

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