Html Css Color HEX #A23503 Rust

📋 copy color: '#A23503'

red 162 ◦ green 53 ◦ blue 3

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

Shades of Rust #A23503

Tints of Rust #A23503

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.38%

R = 74.31%
G = 24.31%
B = 1.38%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.98

 K value IS 0.36

RGB Variations

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

Color information

#A23503 (or 0xA23503) is known color: Rust. HEX triplet: A2, 35 and 03. RGB value is (162,53,3). Sum of RGB (Red+Green+Blue) = 162+53+3=218 (28% of max value = 765). Red value is 162 (63.67% from 255 or 74.31% from 218); Green value is 53 (21.09% from 255 or 24.31% from 218); Blue value is 3 (1.56% from 255 or 1.38% from 218); Max value from RGB is 162 - color contains mainly: red. Hex color #A23503 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A23503 is #5DCAFC. Grayscale: #505050. Windows color (decimal): -6146813 or 210338. OLE color: 210338.

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

Color convert

RGB 162 53 3 -
CMYK 0 0.67 0.98 0.36
HSL 18.87º 0.96% 0.32% -
HSV(B) 18.87º 0.98% 0.64% -
XYZ 16.19 10.23 1.21 -
YUV 79.89 84.61 186.57 -
System Red Green Blue C M Y K H S L
Decimal 162 53 3 0 0.67 0.98 0.36 18.87 0.96 0.32
Hex A2 35 3 0 43 62 24 13 60 20
Octal 242 65 3 0 103 142 44 23 140 40
Binary 10100010 110101 11 0 1000011 1100010 100100 10011 1100000 100000

Color Harmonies of #A23503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23503

Black with #A23503

Text Example


Text Example

White with #A23503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23503; }

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

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

background-color css

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

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

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

border-color css

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

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

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