Html Css Color HEX #A23D12 Rust

📋 copy color: '#A23D12'

red 162 ◦ green 61 ◦ blue 18

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

Shades of Rust #A23D12

Tints of Rust #A23D12

RGB

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

 GREEN value IS 61 (24.22% from 255) = 25.31%

 BLUE value IS 18 (7.42% from 255) = 7.47%

R = 67.22%
G = 25.31%
B = 7.47%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.89

 K value IS 0.36

RGB Variations

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

Color information

#A23D12 (or 0xA23D12) is known color: Rust. HEX triplet: A2, 3D and 12. RGB value is (162,61,18). Sum of RGB (Red+Green+Blue) = 162+61+18=241 (31% of max value = 765). Red value is 162 (63.67% from 255 or 67.22% from 241); Green value is 61 (24.22% from 255 or 25.31% from 241); Blue value is 18 (7.42% from 255 or 7.47% from 241); Max value from RGB is 162 - color contains mainly: red. Hex color #A23D12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A23D12 is #5DC2ED. Grayscale: #565656. Windows color (decimal): -6144750 or 1195426. OLE color: 1195426.

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

Color convert

RGB 162 61 18 -
CMYK 0 0.62 0.89 0.36
HSL 17.92º 0.8% 0.35% -
HSV(B) 17.92º 0.89% 0.64% -
XYZ 16.68 11.06 1.83 -
YUV 86.3 89.46 182 -
System Red Green Blue C M Y K H S L
Decimal 162 61 18 0 0.62 0.89 0.36 17.92 0.8 0.35
Hex A2 3D 12 0 3E 59 24 12 50 23
Octal 242 75 22 0 76 131 44 22 120 43
Binary 10100010 111101 10010 0 111110 1011001 100100 10010 1010000 100011

Color Harmonies of #A23D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23D12

Black with #A23D12

Text Example


Text Example

White with #A23D12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23D12; }

 p { color: rgb(162,61,18); }

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

background-color css

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

 a { background-color: rgb(162,61,18); }

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

border-color css

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

 span { border-color: rgb(162,61,18); }

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