Html Css Color HEX #A23313 Rust

📋 copy color: '#A23313'

red 162 ◦ green 51 ◦ blue 19

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

Shades of Rust #A23313

Tints of Rust #A23313

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 8.19%

R = 69.83%
G = 21.98%
B = 8.19%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.88

 K value IS 0.36

RGB Variations

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

Color information

#A23313 (or 0xA23313) is known color: Rust. HEX triplet: A2, 33 and 13. RGB value is (162,51,19). Sum of RGB (Red+Green+Blue) = 162+51+19=232 (30% of max value = 765). Red value is 162 (63.67% from 255 or 69.83% from 232); Green value is 51 (20.31% from 255 or 21.98% from 232); Blue value is 19 (7.81% from 255 or 8.19% from 232); Max value from RGB is 162 - color contains mainly: red. Hex color #A23313 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A23313 is #5DCCEC. Grayscale: #505050. Windows color (decimal): -6147309 or 1258402. OLE color: 1258402.

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

Color convert

RGB 162 51 19 -
CMYK 0 0.69 0.88 0.36
HSL 13.43º 0.79% 0.35% -
HSV(B) 13.43º 0.88% 0.64% -
XYZ 16.2 10.1 1.71 -
YUV 80.54 93.27 186.1 -
System Red Green Blue C M Y K H S L
Decimal 162 51 19 0 0.69 0.88 0.36 13.43 0.79 0.35
Hex A2 33 13 0 45 58 24 D 4F 23
Octal 242 63 23 0 105 130 44 15 117 43
Binary 10100010 110011 10011 0 1000101 1011000 100100 1101 1001111 100011

Color Harmonies of #A23313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23313

Black with #A23313

Text Example


Text Example

White with #A23313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23313; }

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

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

background-color css

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

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

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

border-color css

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

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

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