Html Css Color HEX #A6430B Rust

📋 copy color: '#A6430B'

red 166 ◦ green 67 ◦ blue 11

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

Shades of Rust #A6430B

Tints of Rust #A6430B

RGB

 RED value IS 166 (65.23% from 255) = 68.03%

 GREEN value IS 67 (26.56% from 255) = 27.46%

 BLUE value IS 11 (4.69% from 255) = 4.51%

R = 68.03%
G = 27.46%
B = 4.51%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.93

 K value IS 0.35

RGB Variations

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

Color information

#A6430B (or 0xA6430B) is known color: Rust. HEX triplet: A6, 43 and 0B. RGB value is (166,67,11). Sum of RGB (Red+Green+Blue) = 166+67+11=244 (32% of max value = 765). Red value is 166 (65.23% from 255 or 68.03% from 244); Green value is 67 (26.56% from 255 or 27.46% from 244); Blue value is 11 (4.69% from 255 or 4.51% from 244); Max value from RGB is 166 - color contains mainly: red. Hex color #A6430B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A6430B is #59BCF4. Grayscale: #5A5A5A. Windows color (decimal): -5881077 or 738214. OLE color: 738214.

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

Color convert

RGB 166 67 11 -
CMYK 0 0.60 0.93 0.35
HSL 21.68º 0.88% 0.35% -
HSV(B) 21.68º 0.93% 0.65% -
XYZ 17.79 12.15 1.72 -
YUV 90.22 83.3 182.05 -
System Red Green Blue C M Y K H S L
Decimal 166 67 11 0 0.60 0.93 0.35 21.68 0.88 0.35
Hex A6 43 B 0 3C 5D 23 16 58 23
Octal 246 103 13 0 74 135 43 26 130 43
Binary 10100110 1000011 1011 0 111100 1011101 100011 10110 1011000 100011

Color Harmonies of #A6430B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6430B

Black with #A6430B

Text Example


Text Example

White with #A6430B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6430B; }

 p { color: rgb(166,67,11); }

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

background-color css

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

 a { background-color: rgb(166,67,11); }

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

border-color css

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

 span { border-color: rgb(166,67,11); }

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