Html Css Color HEX #A23C0B Rust

📋 copy color: '#A23C0B'

red 162 ◦ green 60 ◦ blue 11

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

Shades of Rust #A23C0B

Tints of Rust #A23C0B

RGB

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

 GREEN value IS 60 (23.83% from 255) = 25.75%

 BLUE value IS 11 (4.69% from 255) = 4.72%

R = 69.53%
G = 25.75%
B = 4.72%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.93

 K value IS 0.36

RGB Variations

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

Color information

#A23C0B (or 0xA23C0B) is known color: Rust. HEX triplet: A2, 3C and 0B. RGB value is (162,60,11). Sum of RGB (Red+Green+Blue) = 162+60+11=233 (30% of max value = 765). Red value is 162 (63.67% from 255 or 69.53% from 233); Green value is 60 (23.83% from 255 or 25.75% from 233); Blue value is 11 (4.69% from 255 or 4.72% from 233); Max value from RGB is 162 - color contains mainly: red. Hex color #A23C0B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A23C0B is #5DC3F4. Grayscale: #555555. Windows color (decimal): -6145013 or 736418. OLE color: 736418.

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

Color convert

RGB 162 60 11 -
CMYK 0 0.63 0.93 0.36
HSL 19.47º 0.87% 0.34% -
HSV(B) 19.47º 0.93% 0.64% -
XYZ 16.58 10.94 1.55 -
YUV 84.91 86.29 182.98 -
System Red Green Blue C M Y K H S L
Decimal 162 60 11 0 0.63 0.93 0.36 19.47 0.87 0.34
Hex A2 3C B 0 3F 5D 24 13 57 22
Octal 242 74 13 0 77 135 44 23 127 42
Binary 10100010 111100 1011 0 111111 1011101 100100 10011 1010111 100010

Color Harmonies of #A23C0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23C0B

Black with #A23C0B

Text Example


Text Example

White with #A23C0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23C0B; }

 p { color: rgb(162,60,11); }

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

background-color css

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

 a { background-color: rgb(162,60,11); }

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

border-color css

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

 span { border-color: rgb(162,60,11); }

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