Html Css Color HEX #A23402 Rust

📋 copy color: '#A23402'

red 162 ◦ green 52 ◦ blue 2

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

Shades of Rust #A23402

Tints of Rust #A23402

RGB

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

 GREEN value IS 52 (20.7% from 255) = 24.07%

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

R = 75%
G = 24.07%
B = 0.93%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.99

 K value IS 0.36

RGB Variations

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

Color information

#A23402 (or 0xA23402) is known color: Rust. HEX triplet: A2, 34 and 02. RGB value is (162,52,2). Sum of RGB (Red+Green+Blue) = 162+52+2=216 (28% of max value = 765). Red value is 162 (63.67% from 255 or 75% from 216); Green value is 52 (20.70% from 255 or 24.07% from 216); Blue value is 2 (1.17% from 255 or 0.93% from 216); Max value from RGB is 162 - color contains mainly: red. Hex color #A23402 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A23402 is #5DCBFD. Grayscale: #4F4F4F. Windows color (decimal): -6147070 or 144546. OLE color: 144546.

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

Color convert

RGB 162 52 2 -
CMYK 0 0.68 0.99 0.36
HSL 18.75º 0.98% 0.32% -
HSV(B) 18.75º 0.99% 0.64% -
XYZ 16.14 10.14 1.16 -
YUV 79.19 84.44 187.07 -
System Red Green Blue C M Y K H S L
Decimal 162 52 2 0 0.68 0.99 0.36 18.75 0.98 0.32
Hex A2 34 2 0 44 63 24 13 62 20
Octal 242 64 2 0 104 143 44 23 142 40
Binary 10100010 110100 10 0 1000100 1100011 100100 10011 1100010 100000

Color Harmonies of #A23402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23402

Black with #A23402

Text Example


Text Example

White with #A23402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23402; }

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

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

background-color css

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

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

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

border-color css

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

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

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