Html Css Color HEX #A23006 Rust

📋 copy color: '#A23006'

red 162 ◦ green 48 ◦ blue 6

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

Shades of Rust #A23006

Tints of Rust #A23006

RGB

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

 GREEN value IS 48 (19.14% from 255) = 22.22%

 BLUE value IS 6 (2.73% from 255) = 2.78%

R = 75%
G = 22.22%
B = 2.78%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.96

 K value IS 0.36

RGB Variations

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

Color information

#A23006 (or 0xA23006) is known color: Rust. HEX triplet: A2, 30 and 06. RGB value is (162,48,6). Sum of RGB (Red+Green+Blue) = 162+48+6=216 (28% of max value = 765). Red value is 162 (63.67% from 255 or 75% from 216); Green value is 48 (19.14% from 255 or 22.22% from 216); Blue value is 6 (2.73% from 255 or 2.78% from 216); Max value from RGB is 162 - color contains mainly: red. Hex color #A23006 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A23006 is #5DCFF9. Grayscale: #4D4D4D. Windows color (decimal): -6148090 or 405666. OLE color: 405666.

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

Color convert

RGB 162 48 6 -
CMYK 0 0.70 0.96 0.36
HSL 16.15º 0.93% 0.33% -
HSV(B) 16.15º 0.96% 0.64% -
XYZ 15.99 9.81 1.22 -
YUV 77.3 87.77 188.42 -
System Red Green Blue C M Y K H S L
Decimal 162 48 6 0 0.70 0.96 0.36 16.15 0.93 0.33
Hex A2 30 6 0 46 60 24 10 5D 21
Octal 242 60 6 0 106 140 44 20 135 41
Binary 10100010 110000 110 0 1000110 1100000 100100 10000 1011101 100001

Color Harmonies of #A23006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23006

Black with #A23006

Text Example


Text Example

White with #A23006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23006; }

 p { color: rgb(162,48,6); }

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

background-color css

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

 a { background-color: rgb(162,48,6); }

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

border-color css

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

 span { border-color: rgb(162,48,6); }

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