Html Css Color HEX #A23A02 Rust

📋 copy color: '#A23A02'

red 162 ◦ green 58 ◦ blue 2

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

Shades of Rust #A23A02

Tints of Rust #A23A02

RGB

 RED value IS 162 (63.67% from 255) = 72.97%

 GREEN value IS 58 (23.05% from 255) = 26.13%

 BLUE value IS 2 (1.17% from 255) = 0.9%

R = 72.97%
G = 26.13%
B = 0.9%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.99

 K value IS 0.36

RGB Variations

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

Color information

#A23A02 (or 0xA23A02) is known color: Rust. HEX triplet: A2, 3A and 02. RGB value is (162,58,2). Sum of RGB (Red+Green+Blue) = 162+58+2=222 (29% of max value = 765). Red value is 162 (63.67% from 255 or 72.97% from 222); Green value is 58 (23.05% from 255 or 26.13% from 222); Blue value is 2 (1.17% from 255 or 0.90% from 222); Max value from RGB is 162 - color contains mainly: red. Hex color #A23A02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A23A02 is #5DC5FD. Grayscale: #535353. Windows color (decimal): -6145534 or 146082. OLE color: 146082.

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

Color convert

RGB 162 58 2 -
CMYK 0 0.64 0.99 0.36
HSL 21º 0.98% 0.32% -
HSV(B) 21º 0.99% 0.64% -
XYZ 16.42 10.71 1.26 -
YUV 82.71 82.46 184.55 -
System Red Green Blue C M Y K H S L
Decimal 162 58 2 0 0.64 0.99 0.36 21 0.98 0.32
Hex A2 3A 2 0 40 63 24 15 62 20
Octal 242 72 2 0 100 143 44 25 142 40
Binary 10100010 111010 10 0 1000000 1100011 100100 10101 1100010 100000

Color Harmonies of #A23A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23A02

Black with #A23A02

Text Example


Text Example

White with #A23A02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23A02; }

 p { color: rgb(162,58,2); }

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

background-color css

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

 a { background-color: rgb(162,58,2); }

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

border-color css

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

 span { border-color: rgb(162,58,2); }

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