Html Css Color HEX #A23502 Rust

📋 copy color: '#A23502'

red 162 ◦ green 53 ◦ blue 2

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

Shades of Rust #A23502

Tints of Rust #A23502

RGB

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

 GREEN value IS 53 (21.09% from 255) = 24.42%

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

R = 74.65%
G = 24.42%
B = 0.92%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.99

 K value IS 0.36

RGB Variations

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

Color information

#A23502 (or 0xA23502) is known color: Rust. HEX triplet: A2, 35 and 02. RGB value is (162,53,2). Sum of RGB (Red+Green+Blue) = 162+53+2=217 (28% of max value = 765). Red value is 162 (63.67% from 255 or 74.65% from 217); Green value is 53 (21.09% from 255 or 24.42% from 217); Blue value is 2 (1.17% from 255 or 0.92% from 217); Max value from RGB is 162 - color contains mainly: red. Hex color #A23502 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A23502 is #5DCAFD. Grayscale: #505050. Windows color (decimal): -6146814 or 144802. OLE color: 144802.

HSL color Cylindrical-coordinate representation of color #A23502: hue angle of 19.12º 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 #A23502 is Cyan = 0, Magento = 0.67, Yellow = 0.99 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 53 2 -
CMYK 0 0.67 0.99 0.36
HSL 19.13º 0.98% 0.32% -
HSV(B) 19.13º 0.99% 0.64% -
XYZ 16.18 10.23 1.18 -
YUV 79.78 84.11 186.65 -
System Red Green Blue C M Y K H S L
Decimal 162 53 2 0 0.67 0.99 0.36 19.13 0.98 0.32
Hex A2 35 2 0 43 63 24 13 62 20
Octal 242 65 2 0 103 143 44 23 142 40
Binary 10100010 110101 10 0 1000011 1100011 100100 10011 1100010 100000

Color Harmonies of #A23502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23502

Black with #A23502

Text Example


Text Example

White with #A23502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23502; }

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

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

background-color css

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

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

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

border-color css

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

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

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