Html Css Color HEX #A43000 Rust

📋 copy color: '#A43000'

red 164 ◦ green 48 ◦ blue 0

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

Shades of Rust #A43000

Tints of Rust #A43000

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 77.36%
G = 22.64%
B = 0%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 1

 K value IS 0.36

RGB Variations

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

Color information

#A43000 (or 0xA43000) is known color: Rust. HEX triplet: A4, 30 and 00. RGB value is (164,48,0). Sum of RGB (Red+Green+Blue) = 164+48+0=212 (28% of max value = 765). Red value is 164 (64.45% from 255 or 77.36% from 212); Green value is 48 (19.14% from 255 or 22.64% from 212); Blue value is 0 (0.39% from 255 or 0% from 212); Max value from RGB is 164 - color contains mainly: red. Hex color #A43000 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A43000 is #5BCFFF. Grayscale: #4D4D4D. Windows color (decimal): -6017024 or 12452. OLE color: 12452.

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

Color convert

RGB 164 48 0 -
CMYK 0 0.71 1 0.36
HSL 17.56º 1% 0.32% -
HSV(B) 17.56º 1% 0.64% -
XYZ 16.37 10.01 1.07 -
YUV 77.21 84.43 189.9 -
System Red Green Blue C M Y K H S L
Decimal 164 48 0 0 0.71 1 0.36 17.56 1 0.32
Hex A4 30 0 0 47 64 24 12 64 20
Octal 244 60 0 0 107 144 44 22 144 40
Binary 10100100 110000 0 0 1000111 1100100 100100 10010 1100100 100000

Color Harmonies of #A43000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43000

Black with #A43000

Text Example


Text Example

White with #A43000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43000; }

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

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

background-color css

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

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

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

border-color css

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

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

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