Html Css Color HEX #A23613 Rust

📋 copy color: '#A23613'

red 162 ◦ green 54 ◦ blue 19

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

Shades of Rust #A23613

Tints of Rust #A23613

RGB

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

 GREEN value IS 54 (21.48% from 255) = 22.98%

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

R = 68.94%
G = 22.98%
B = 8.09%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.88

 K value IS 0.36

RGB Variations

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

Color information

#A23613 (or 0xA23613) is known color: Rust. HEX triplet: A2, 36 and 13. RGB value is (162,54,19). Sum of RGB (Red+Green+Blue) = 162+54+19=235 (31% of max value = 765). Red value is 162 (63.67% from 255 or 68.94% from 235); Green value is 54 (21.48% from 255 or 22.98% from 235); Blue value is 19 (7.81% from 255 or 8.09% from 235); Max value from RGB is 162 - color contains mainly: red. Hex color #A23613 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A23613 is #5DC9EC. Grayscale: #525252. Windows color (decimal): -6146541 or 1259170. OLE color: 1259170.

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

Color convert

RGB 162 54 19 -
CMYK 0 0.67 0.88 0.36
HSL 14.69º 0.79% 0.35% -
HSV(B) 14.69º 0.88% 0.64% -
XYZ 16.34 10.37 1.76 -
YUV 82.3 92.28 184.85 -
System Red Green Blue C M Y K H S L
Decimal 162 54 19 0 0.67 0.88 0.36 14.69 0.79 0.35
Hex A2 36 13 0 43 58 24 F 4F 23
Octal 242 66 23 0 103 130 44 17 117 43
Binary 10100010 110110 10011 0 1000011 1011000 100100 1111 1001111 100011

Color Harmonies of #A23613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23613

Black with #A23613

Text Example


Text Example

White with #A23613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23613; }

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

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

background-color css

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

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

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

border-color css

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

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

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