Html Css Color HEX #C6460D Rust

📋 copy color: '#C6460D'

red 198 ◦ green 70 ◦ blue 13

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

Shades of Rust #C6460D

Tints of Rust #C6460D

RGB

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

 GREEN value IS 70 (27.73% from 255) = 24.91%

 BLUE value IS 13 (5.47% from 255) = 4.63%

R = 70.46%
G = 24.91%
B = 4.63%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.93

 K value IS 0.22

RGB Variations

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

Color information

#C6460D (or 0xC6460D) is known color: Rust. HEX triplet: C6, 46 and 0D. RGB value is (198,70,13). Sum of RGB (Red+Green+Blue) = 198+70+13=281 (37% of max value = 765). Red value is 198 (77.73% from 255 or 70.46% from 281); Green value is 70 (27.73% from 255 or 24.91% from 281); Blue value is 13 (5.47% from 255 or 4.63% from 281); Max value from RGB is 198 - color contains mainly: red. Hex color #C6460D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C6460D is #39B9F2. Grayscale: #666666. Windows color (decimal): -3783155 or 870086. OLE color: 870086.

HSL color Cylindrical-coordinate representation of color #C6460D: hue angle of 18.49º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C6460D is Cyan = 0, Magento = 0.65, Yellow = 0.93 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 70 13 -
CMYK 0 0.65 0.93 0.22
HSL 18.49º 0.88% 0.41% -
HSV(B) 18.49º 0.93% 0.78% -
XYZ 25.55 16.42 2.2 -
YUV 101.77 77.91 196.63 -
System Red Green Blue C M Y K H S L
Decimal 198 70 13 0 0.65 0.93 0.22 18.49 0.88 0.41
Hex C6 46 D 0 41 5D 16 12 58 29
Octal 306 106 15 0 101 135 26 22 130 51
Binary 11000110 1000110 1101 0 1000001 1011101 10110 10010 1011000 101001

Color Harmonies of #C6460D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6460D

Black with #C6460D

Text Example


Text Example

White with #C6460D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6460D; }

 p { color: rgb(198,70,13); }

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

background-color css

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

 a { background-color: rgb(198,70,13); }

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

border-color css

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

 span { border-color: rgb(198,70,13); }

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