Html Css Color HEX #A32808 Rust

📋 copy color: '#A32808'

red 163 ◦ green 40 ◦ blue 8

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

Shades of Rust #A32808

Tints of Rust #A32808

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.79%

R = 77.25%
G = 18.96%
B = 3.79%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.95

 K value IS 0.36

RGB Variations

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

Color information

#A32808 (or 0xA32808) is known color: Rust. HEX triplet: A3, 28 and 08. RGB value is (163,40,8). Sum of RGB (Red+Green+Blue) = 163+40+8=211 (27% of max value = 765). Red value is 163 (64.06% from 255 or 77.25% from 211); Green value is 40 (16.02% from 255 or 18.96% from 211); Blue value is 8 (3.52% from 255 or 3.79% from 211); Max value from RGB is 163 - color contains mainly: red. Hex color #A32808 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A32808 is #5CD7F7. Grayscale: #494949. Windows color (decimal): -6084600 or 534691. OLE color: 534691.

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

Color convert

RGB 163 40 8 -
CMYK 0 0.75 0.95 0.36
HSL 12.39º 0.91% 0.34% -
HSV(B) 12.39º 0.95% 0.64% -
XYZ 15.91 9.32 1.19 -
YUV 73.13 91.25 192.1 -
System Red Green Blue C M Y K H S L
Decimal 163 40 8 0 0.75 0.95 0.36 12.39 0.91 0.34
Hex A3 28 8 0 4B 5F 24 C 5B 22
Octal 243 50 10 0 113 137 44 14 133 42
Binary 10100011 101000 1000 0 1001011 1011111 100100 1100 1011011 100010

Color Harmonies of #A32808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32808

Black with #A32808

Text Example


Text Example

White with #A32808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32808; }

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

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

background-color css

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

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

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

border-color css

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

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

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