Html Css Color HEX #A23C03 Rust

📋 copy color: '#A23C03'

red 162 ◦ green 60 ◦ blue 3

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

Shades of Rust #A23C03

Tints of Rust #A23C03

RGB

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

 GREEN value IS 60 (23.83% from 255) = 26.67%

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

R = 72%
G = 26.67%
B = 1.33%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.98

 K value IS 0.36

RGB Variations

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

Color information

#A23C03 (or 0xA23C03) is known color: Rust. HEX triplet: A2, 3C and 03. RGB value is (162,60,3). Sum of RGB (Red+Green+Blue) = 162+60+3=225 (29% of max value = 765). Red value is 162 (63.67% from 255 or 72% from 225); Green value is 60 (23.83% from 255 or 26.67% from 225); Blue value is 3 (1.56% from 255 or 1.33% from 225); Max value from RGB is 162 - color contains mainly: red. Hex color #A23C03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A23C03 is #5DC3FC. Grayscale: #545454. Windows color (decimal): -6145021 or 212130. OLE color: 212130.

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

Color convert

RGB 162 60 3 -
CMYK 0 0.63 0.98 0.36
HSL 21.51º 0.96% 0.32% -
HSV(B) 21.51º 0.98% 0.64% -
XYZ 16.53 10.92 1.32 -
YUV 84 82.29 183.63 -
System Red Green Blue C M Y K H S L
Decimal 162 60 3 0 0.63 0.98 0.36 21.51 0.96 0.32
Hex A2 3C 3 0 3F 62 24 16 60 20
Octal 242 74 3 0 77 142 44 26 140 40
Binary 10100010 111100 11 0 111111 1100010 100100 10110 1100000 100000

Color Harmonies of #A23C03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23C03

Black with #A23C03

Text Example


Text Example

White with #A23C03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23C03; }

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

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

background-color css

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

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

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

border-color css

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

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

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