Html Css Color HEX #A23202 Rust

📋 copy color: '#A23202'

red 162 ◦ green 50 ◦ blue 2

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

Shades of Rust #A23202

Tints of Rust #A23202

RGB

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

 GREEN value IS 50 (19.92% from 255) = 23.36%

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

R = 75.7%
G = 23.36%
B = 0.93%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.99

 K value IS 0.36

RGB Variations

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

Color information

#A23202 (or 0xA23202) is known color: Rust. HEX triplet: A2, 32 and 02. RGB value is (162,50,2). Sum of RGB (Red+Green+Blue) = 162+50+2=214 (28% of max value = 765). Red value is 162 (63.67% from 255 or 75.70% from 214); Green value is 50 (19.92% from 255 or 23.36% from 214); Blue value is 2 (1.17% from 255 or 0.93% from 214); Max value from RGB is 162 - color contains mainly: red. Hex color #A23202 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A23202 is #5DCDFD. Grayscale: #4E4E4E. Windows color (decimal): -6147582 or 144034. OLE color: 144034.

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

Color convert

RGB 162 50 2 -
CMYK 0 0.69 0.99 0.36
HSL 18º 0.98% 0.32% -
HSV(B) 18º 0.99% 0.64% -
XYZ 16.05 9.97 1.14 -
YUV 78.02 85.11 187.9 -
System Red Green Blue C M Y K H S L
Decimal 162 50 2 0 0.69 0.99 0.36 18 0.98 0.32
Hex A2 32 2 0 45 63 24 12 62 20
Octal 242 62 2 0 105 143 44 22 142 40
Binary 10100010 110010 10 0 1000101 1100011 100100 10010 1100010 100000

Color Harmonies of #A23202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23202

Black with #A23202

Text Example


Text Example

White with #A23202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23202; }

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

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

background-color css

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

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

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

border-color css

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

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

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