Html Css Color HEX #A43006 Rust

📋 copy color: '#A43006'

red 164 ◦ green 48 ◦ blue 6

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

Shades of Rust #A43006

Tints of Rust #A43006

RGB

 RED value IS 164 (64.45% from 255) = 75.23%

 GREEN value IS 48 (19.14% from 255) = 22.02%

 BLUE value IS 6 (2.73% from 255) = 2.75%

R = 75.23%
G = 22.02%
B = 2.75%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.96

 K value IS 0.36

RGB Variations

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

Color information

#A43006 (or 0xA43006) is known color: Rust. HEX triplet: A4, 30 and 06. RGB value is (164,48,6). Sum of RGB (Red+Green+Blue) = 164+48+6=218 (28% of max value = 765). Red value is 164 (64.45% from 255 or 75.23% from 218); Green value is 48 (19.14% from 255 or 22.02% from 218); Blue value is 6 (2.73% from 255 or 2.75% from 218); Max value from RGB is 164 - color contains mainly: red. Hex color #A43006 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A43006 is #5BCFF9. Grayscale: #4E4E4E. Windows color (decimal): -6017018 or 405668. OLE color: 405668.

HSL color Cylindrical-coordinate representation of color #A43006: hue angle of 15.95º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A43006 is Cyan = 0, Magento = 0.71, Yellow = 0.96 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 48 6 -
CMYK 0 0.71 0.96 0.36
HSL 15.95º 0.93% 0.33% -
HSV(B) 15.95º 0.96% 0.64% -
XYZ 16.4 10.02 1.24 -
YUV 77.9 87.43 189.42 -
System Red Green Blue C M Y K H S L
Decimal 164 48 6 0 0.71 0.96 0.36 15.95 0.93 0.33
Hex A4 30 6 0 47 60 24 10 5D 21
Octal 244 60 6 0 107 140 44 20 135 41
Binary 10100100 110000 110 0 1000111 1100000 100100 10000 1011101 100001

Color Harmonies of #A43006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43006

Black with #A43006

Text Example


Text Example

White with #A43006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43006; }

 p { color: rgb(164,48,6); }

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

background-color css

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

 a { background-color: rgb(164,48,6); }

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

border-color css

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

 span { border-color: rgb(164,48,6); }

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