Html Css Color HEX #C6471A Rust

📋 copy color: '#C6471A'

red 198 ◦ green 71 ◦ blue 26

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

Shades of Rust #C6471A

Tints of Rust #C6471A

RGB

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

 GREEN value IS 71 (28.13% from 255) = 24.07%

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

R = 67.12%
G = 24.07%
B = 8.81%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#C6471A (or 0xC6471A) is known color: Rust. HEX triplet: C6, 47 and 1A. RGB value is (198,71,26). Sum of RGB (Red+Green+Blue) = 198+71+26=295 (39% of max value = 765). Red value is 198 (77.73% from 255 or 67.12% from 295); Green value is 71 (28.12% from 255 or 24.07% from 295); Blue value is 26 (10.55% from 255 or 8.81% from 295); Max value from RGB is 198 - color contains mainly: red. Hex color #C6471A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6471A is #39B8E5. Grayscale: #686868. Windows color (decimal): -3782886 or 1722310. OLE color: 1722310.

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

Color convert

RGB 198 71 26 -
CMYK 0 0.64 0.87 0.22
HSL 15.7º 0.77% 0.44% -
HSV(B) 15.7º 0.87% 0.78% -
XYZ 25.73 16.59 2.82 -
YUV 103.84 84.08 195.16 -
System Red Green Blue C M Y K H S L
Decimal 198 71 26 0 0.64 0.87 0.22 15.7 0.77 0.44
Hex C6 47 1A 0 40 57 16 10 4D 2C
Octal 306 107 32 0 100 127 26 20 115 54
Binary 11000110 1000111 11010 0 1000000 1010111 10110 10000 1001101 101100

Color Harmonies of #C6471A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6471A

Black with #C6471A

Text Example


Text Example

White with #C6471A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6471A; }

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

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

background-color css

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

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

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

border-color css

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

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

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