Html Css Color HEX #A92300 Rust

📋 copy color: '#A92300'

red 169 ◦ green 35 ◦ blue 0

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

Shades of Rust #A92300

Tints of Rust #A92300

RGB

 RED value IS 169 (66.41% from 255) = 82.84%

 GREEN value IS 35 (14.06% from 255) = 17.16%

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

R = 82.84%
G = 17.16%
B = 0%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 1

 K value IS 0.34

RGB Variations

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

Color information

#A92300 (or 0xA92300) is known color: Rust. HEX triplet: A9, 23 and 00. RGB value is (169,35,0). Sum of RGB (Red+Green+Blue) = 169+35+0=204 (27% of max value = 765). Red value is 169 (66.41% from 255 or 82.84% from 204); Green value is 35 (14.06% from 255 or 17.16% from 204); Blue value is 0 (0.39% from 255 or 0% from 204); Max value from RGB is 169 - color contains mainly: red. Hex color #A92300 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A92300 is #56DCFF. Grayscale: #474747. Windows color (decimal): -5692672 or 9129. OLE color: 9129.

HSL color Cylindrical-coordinate representation of color #A92300: hue angle of 12.43º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A92300 is Cyan = 0, Magento = 0.79, Yellow = 1 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 35 0 -
CMYK 0 0.79 1 0.34
HSL 12.43º 1% 0.33% -
HSV(B) 12.43º 1% 0.66% -
XYZ 16.96 9.64 0.97 -
YUV 71.08 87.89 197.85 -
System Red Green Blue C M Y K H S L
Decimal 169 35 0 0 0.79 1 0.34 12.43 1 0.33
Hex A9 23 0 0 4F 64 22 C 64 21
Octal 251 43 0 0 117 144 42 14 144 41
Binary 10101001 100011 0 0 1001111 1100100 100010 1100 1100100 100001

Color Harmonies of #A92300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A92300

Black with #A92300

Text Example


Text Example

White with #A92300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A92300; }

 p { color: rgb(169,35,0); }

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

background-color css

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

 a { background-color: rgb(169,35,0); }

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

border-color css

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

 span { border-color: rgb(169,35,0); }

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