Html Css Color HEX #A82909 Rust

📋 copy color: '#A82909'

red 168 ◦ green 41 ◦ blue 9

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

Shades of Rust #A82909

Tints of Rust #A82909

RGB

 RED value IS 168 (66.02% from 255) = 77.06%

 GREEN value IS 41 (16.41% from 255) = 18.81%

 BLUE value IS 9 (3.91% from 255) = 4.13%

R = 77.06%
G = 18.81%
B = 4.13%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.95

 K value IS 0.34

RGB Variations

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

Color information

#A82909 (or 0xA82909) is known color: Rust. HEX triplet: A8, 29 and 09. RGB value is (168,41,9). Sum of RGB (Red+Green+Blue) = 168+41+9=218 (28% of max value = 765). Red value is 168 (66.02% from 255 or 77.06% from 218); Green value is 41 (16.41% from 255 or 18.81% from 218); Blue value is 9 (3.91% from 255 or 4.13% from 218); Max value from RGB is 168 - color contains mainly: red. Hex color #A82909 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A82909 is #57D6F6. Grayscale: #4B4B4B. Windows color (decimal): -5756663 or 600488. OLE color: 600488.

HSL color Cylindrical-coordinate representation of color #A82909: hue angle of 12.08º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A82909 is Cyan = 0, Magento = 0.76, Yellow = 0.95 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 41 9 -
CMYK 0 0.76 0.95 0.34
HSL 12.08º 0.9% 0.35% -
HSV(B) 12.08º 0.95% 0.66% -
XYZ 16.99 9.93 1.28 -
YUV 75.33 90.58 194.1 -
System Red Green Blue C M Y K H S L
Decimal 168 41 9 0 0.76 0.95 0.34 12.08 0.9 0.35
Hex A8 29 9 0 4C 5F 22 C 5A 23
Octal 250 51 11 0 114 137 42 14 132 43
Binary 10101000 101001 1001 0 1001100 1011111 100010 1100 1011010 100011

Color Harmonies of #A82909

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A82909

Black with #A82909

Text Example


Text Example

White with #A82909

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A82909; }

 p { color: rgb(168,41,9); }

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

background-color css

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

 a { background-color: rgb(168,41,9); }

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

border-color css

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

 span { border-color: rgb(168,41,9); }

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