Html Css Color HEX #A43800 Rust

📋 copy color: '#A43800'

red 164 ◦ green 56 ◦ blue 0

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

Shades of Rust #A43800

Tints of Rust #A43800

RGB

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

 GREEN value IS 56 (22.27% from 255) = 25.45%

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

R = 74.55%
G = 25.45%
B = 0%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 1

 K value IS 0.36

RGB Variations

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

Color information

#A43800 (or 0xA43800) is known color: Rust. HEX triplet: A4, 38 and 00. RGB value is (164,56,0). Sum of RGB (Red+Green+Blue) = 164+56+0=220 (29% of max value = 765). Red value is 164 (64.45% from 255 or 74.55% from 220); Green value is 56 (22.27% from 255 or 25.45% from 220); Blue value is 0 (0.39% from 255 or 0% from 220); Max value from RGB is 164 - color contains mainly: red. Hex color #A43800 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A43800 is #5BC7FF. Grayscale: #525252. Windows color (decimal): -6014976 or 14500. OLE color: 14500.

HSL color Cylindrical-coordinate representation of color #A43800: hue angle of 20.49º 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 #A43800 is Cyan = 0, Magento = 0.66, Yellow = 1 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 56 0 -
CMYK 0 0.66 1 0.36
HSL 20.49º 1% 0.32% -
HSV(B) 20.49º 1% 0.64% -
XYZ 16.72 10.72 1.19 -
YUV 81.91 81.78 186.55 -
System Red Green Blue C M Y K H S L
Decimal 164 56 0 0 0.66 1 0.36 20.49 1 0.32
Hex A4 38 0 0 42 64 24 14 64 20
Octal 244 70 0 0 102 144 44 24 144 40
Binary 10100100 111000 0 0 1000010 1100100 100100 10100 1100100 100000

Color Harmonies of #A43800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43800

Black with #A43800

Text Example


Text Example

White with #A43800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43800; }

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

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

background-color css

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

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

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

border-color css

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

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

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