Html Css Color HEX #A12300 Rust

📋 copy color: '#A12300'

red 161 ◦ green 35 ◦ blue 0

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

Shades of Rust #A12300

Tints of Rust #A12300

RGB

 RED value IS 161 (63.28% from 255) = 82.14%

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

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

R = 82.14%
G = 17.86%
B = 0%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 1

 K value IS 0.37

RGB Variations

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

Color information

#A12300 (or 0xA12300) is known color: Rust. HEX triplet: A1, 23 and 00. RGB value is (161,35,0). Sum of RGB (Red+Green+Blue) = 161+35+0=196 (25% of max value = 765). Red value is 161 (63.28% from 255 or 82.14% from 196); Green value is 35 (14.06% from 255 or 17.86% from 196); Blue value is 0 (0.39% from 255 or 0% from 196); Max value from RGB is 161 - color contains mainly: red. Hex color #A12300 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A12300 is #5EDCFF. Grayscale: #444444. Windows color (decimal): -6216960 or 9121. OLE color: 9121.

HSL color Cylindrical-coordinate representation of color #A12300: hue angle of 13.04º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A12300 is Cyan = 0, Magento = 0.78, Yellow = 1 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 35 0 -
CMYK 0 0.78 1 0.37
HSL 13.04º 1% 0.32% -
HSV(B) 13.04º 1% 0.63% -
XYZ 15.3 8.78 0.89 -
YUV 68.68 89.24 193.85 -
System Red Green Blue C M Y K H S L
Decimal 161 35 0 0 0.78 1 0.37 13.04 1 0.32
Hex A1 23 0 0 4E 64 25 D 64 20
Octal 241 43 0 0 116 144 45 15 144 40
Binary 10100001 100011 0 0 1001110 1100100 100101 1101 1100100 100000

Color Harmonies of #A12300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A12300

Black with #A12300

Text Example


Text Example

White with #A12300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A12300; }

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

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

background-color css

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

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

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

border-color css

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

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

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