Html Css Color HEX #A32804 Rust

📋 copy color: '#A32804'

red 163 ◦ green 40 ◦ blue 4

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

Shades of Rust #A32804

Tints of Rust #A32804

RGB

 RED value IS 163 (64.06% from 255) = 78.74%

 GREEN value IS 40 (16.02% from 255) = 19.32%

 BLUE value IS 4 (1.95% from 255) = 1.93%

R = 78.74%
G = 19.32%
B = 1.93%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.98

 K value IS 0.36

RGB Variations

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

Color information

#A32804 (or 0xA32804) is known color: Rust. HEX triplet: A3, 28 and 04. RGB value is (163,40,4). Sum of RGB (Red+Green+Blue) = 163+40+4=207 (27% of max value = 765). Red value is 163 (64.06% from 255 or 78.74% from 207); Green value is 40 (16.02% from 255 or 19.32% from 207); Blue value is 4 (1.95% from 255 or 1.93% from 207); Max value from RGB is 163 - color contains mainly: red. Hex color #A32804 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A32804 is #5CD7FB. Grayscale: #484848. Windows color (decimal): -6084604 or 272547. OLE color: 272547.

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

Color convert

RGB 163 40 4 -
CMYK 0 0.75 0.98 0.36
HSL 13.58º 0.95% 0.33% -
HSV(B) 13.58º 0.98% 0.64% -
XYZ 15.88 9.31 1.08 -
YUV 72.67 89.25 192.43 -
System Red Green Blue C M Y K H S L
Decimal 163 40 4 0 0.75 0.98 0.36 13.58 0.95 0.33
Hex A3 28 4 0 4B 62 24 E 5F 21
Octal 243 50 4 0 113 142 44 16 137 41
Binary 10100011 101000 100 0 1001011 1100010 100100 1110 1011111 100001

Color Harmonies of #A32804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32804

Black with #A32804

Text Example


Text Example

White with #A32804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32804; }

 p { color: rgb(163,40,4); }

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

background-color css

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

 a { background-color: rgb(163,40,4); }

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

border-color css

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

 span { border-color: rgb(163,40,4); }

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