Html Css Color HEX #A23310 Rust

📋 copy color: '#A23310'

red 162 ◦ green 51 ◦ blue 16

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

Shades of Rust #A23310

Tints of Rust #A23310

RGB

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

 GREEN value IS 51 (20.31% from 255) = 22.27%

 BLUE value IS 16 (6.64% from 255) = 6.99%

R = 70.74%
G = 22.27%
B = 6.99%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.90

 K value IS 0.36

RGB Variations

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

Color information

#A23310 (or 0xA23310) is known color: Rust. HEX triplet: A2, 33 and 10. RGB value is (162,51,16). Sum of RGB (Red+Green+Blue) = 162+51+16=229 (30% of max value = 765). Red value is 162 (63.67% from 255 or 70.74% from 229); Green value is 51 (20.31% from 255 or 22.27% from 229); Blue value is 16 (6.64% from 255 or 6.99% from 229); Max value from RGB is 162 - color contains mainly: red. Hex color #A23310 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A23310 is #5DCCEF. Grayscale: #505050. Windows color (decimal): -6147312 or 1061794. OLE color: 1061794.

HSL color Cylindrical-coordinate representation of color #A23310: hue angle of 14.38º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A23310 is Cyan = 0, Magento = 0.69, Yellow = 0.90 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 51 16 -
CMYK 0 0.69 0.90 0.36
HSL 14.38º 0.82% 0.35% -
HSV(B) 14.38º 0.9% 0.64% -
XYZ 16.18 10.09 1.58 -
YUV 80.2 91.77 186.35 -
System Red Green Blue C M Y K H S L
Decimal 162 51 16 0 0.69 0.90 0.36 14.38 0.82 0.35
Hex A2 33 10 0 45 5A 24 E 52 23
Octal 242 63 20 0 105 132 44 16 122 43
Binary 10100010 110011 10000 0 1000101 1011010 100100 1110 1010010 100011

Color Harmonies of #A23310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23310

Black with #A23310

Text Example


Text Example

White with #A23310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23310; }

 p { color: rgb(162,51,16); }

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

background-color css

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

 a { background-color: rgb(162,51,16); }

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

border-color css

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

 span { border-color: rgb(162,51,16); }

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