Html Css Color HEX #A23415 Rust

📋 copy color: '#A23415'

red 162 ◦ green 52 ◦ blue 21

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

Shades of Rust #A23415

Tints of Rust #A23415

RGB

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

 GREEN value IS 52 (20.7% from 255) = 22.13%

 BLUE value IS 21 (8.59% from 255) = 8.94%

R = 68.94%
G = 22.13%
B = 8.94%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.87

 K value IS 0.36

RGB Variations

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

Color information

#A23415 (or 0xA23415) is known color: Rust. HEX triplet: A2, 34 and 15. RGB value is (162,52,21). Sum of RGB (Red+Green+Blue) = 162+52+21=235 (31% of max value = 765). Red value is 162 (63.67% from 255 or 68.94% from 235); Green value is 52 (20.70% from 255 or 22.13% from 235); Blue value is 21 (8.59% from 255 or 8.94% from 235); Max value from RGB is 162 - color contains mainly: red. Hex color #A23415 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A23415 is #5DCBEA. Grayscale: #515151. Windows color (decimal): -6147051 or 1389730. OLE color: 1389730.

HSL color Cylindrical-coordinate representation of color #A23415: hue angle of 13.19º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A23415 is Cyan = 0, Magento = 0.68, Yellow = 0.87 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 52 21 -
CMYK 0 0.68 0.87 0.36
HSL 13.19º 0.77% 0.36% -
HSV(B) 13.19º 0.87% 0.64% -
XYZ 16.26 10.19 1.82 -
YUV 81.36 93.94 185.52 -
System Red Green Blue C M Y K H S L
Decimal 162 52 21 0 0.68 0.87 0.36 13.19 0.77 0.36
Hex A2 34 15 0 44 57 24 D 4D 24
Octal 242 64 25 0 104 127 44 15 115 44
Binary 10100010 110100 10101 0 1000100 1010111 100100 1101 1001101 100100

Color Harmonies of #A23415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23415

Black with #A23415

Text Example


Text Example

White with #A23415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23415; }

 p { color: rgb(162,52,21); }

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

background-color css

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

 a { background-color: rgb(162,52,21); }

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

border-color css

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

 span { border-color: rgb(162,52,21); }

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