Html Css Color HEX #C6461A Rust

📋 copy color: '#C6461A'

red 198 ◦ green 70 ◦ blue 26

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

Shades of Rust #C6461A

Tints of Rust #C6461A

RGB

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

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

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

R = 67.35%
G = 23.81%
B = 8.84%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#C6461A (or 0xC6461A) is known color: Rust. HEX triplet: C6, 46 and 1A. RGB value is (198,70,26). Sum of RGB (Red+Green+Blue) = 198+70+26=294 (38% of max value = 765). Red value is 198 (77.73% from 255 or 67.35% from 294); Green value is 70 (27.73% from 255 or 23.81% from 294); Blue value is 26 (10.55% from 255 or 8.84% from 294); Max value from RGB is 198 - color contains mainly: red. Hex color #C6461A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6461A is #39B9E5. Grayscale: #676767. Windows color (decimal): -3783142 or 1722054. OLE color: 1722054.

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

Color convert

RGB 198 70 26 -
CMYK 0 0.65 0.87 0.22
HSL 15.35º 0.77% 0.44% -
HSV(B) 15.35º 0.87% 0.78% -
XYZ 25.67 16.46 2.8 -
YUV 103.26 84.41 195.58 -
System Red Green Blue C M Y K H S L
Decimal 198 70 26 0 0.65 0.87 0.22 15.35 0.77 0.44
Hex C6 46 1A 0 41 57 16 F 4D 2C
Octal 306 106 32 0 101 127 26 17 115 54
Binary 11000110 1000110 11010 0 1000001 1010111 10110 1111 1001101 101100

Color Harmonies of #C6461A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6461A

Black with #C6461A

Text Example


Text Example

White with #C6461A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6461A; }

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

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

background-color css

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

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

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

border-color css

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

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

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