Html Css Color HEX #A23F0E Rust

📋 copy color: '#A23F0E'

red 162 ◦ green 63 ◦ blue 14

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

Shades of Rust #A23F0E

Tints of Rust #A23F0E

RGB

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

 GREEN value IS 63 (25% from 255) = 26.36%

 BLUE value IS 14 (5.86% from 255) = 5.86%

R = 67.78%
G = 26.36%
B = 5.86%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.91

 K value IS 0.36

RGB Variations

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

Color information

#A23F0E (or 0xA23F0E) is known color: Rust. HEX triplet: A2, 3F and 0E. RGB value is (162,63,14). Sum of RGB (Red+Green+Blue) = 162+63+14=239 (31% of max value = 765). Red value is 162 (63.67% from 255 or 67.78% from 239); Green value is 63 (25% from 255 or 26.36% from 239); Blue value is 14 (5.86% from 255 or 5.86% from 239); Max value from RGB is 162 - color contains mainly: red. Hex color #A23F0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A23F0E is #5DC0F1. Grayscale: #575757. Windows color (decimal): -6144242 or 933794. OLE color: 933794.

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

Color convert

RGB 162 63 14 -
CMYK 0 0.61 0.91 0.36
HSL 19.86º 0.84% 0.35% -
HSV(B) 19.86º 0.91% 0.64% -
XYZ 16.76 11.27 1.71 -
YUV 87.02 86.8 181.48 -
System Red Green Blue C M Y K H S L
Decimal 162 63 14 0 0.61 0.91 0.36 19.86 0.84 0.35
Hex A2 3F E 0 3D 5B 24 14 54 23
Octal 242 77 16 0 75 133 44 24 124 43
Binary 10100010 111111 1110 0 111101 1011011 100100 10100 1010100 100011

Color Harmonies of #A23F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23F0E

Black with #A23F0E

Text Example


Text Example

White with #A23F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23F0E; }

 p { color: rgb(162,63,14); }

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

background-color css

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

 a { background-color: rgb(162,63,14); }

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

border-color css

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

 span { border-color: rgb(162,63,14); }

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