Html Css Color HEX #A23F0D Rust

📋 copy color: '#A23F0D'

red 162 ◦ green 63 ◦ blue 13

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

Shades of Rust #A23F0D

Tints of Rust #A23F0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.46%

R = 68.07%
G = 26.47%
B = 5.46%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.92

 K value IS 0.36

RGB Variations

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

Color information

#A23F0D (or 0xA23F0D) is known color: Rust. HEX triplet: A2, 3F and 0D. RGB value is (162,63,13). Sum of RGB (Red+Green+Blue) = 162+63+13=238 (31% of max value = 765). Red value is 162 (63.67% from 255 or 68.07% from 238); Green value is 63 (25% from 255 or 26.47% from 238); Blue value is 13 (5.47% from 255 or 5.46% from 238); Max value from RGB is 162 - color contains mainly: red. Hex color #A23F0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A23F0D is #5DC0F2. Grayscale: #575757. Windows color (decimal): -6144243 or 868258. OLE color: 868258.

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

Color convert

RGB 162 63 13 -
CMYK 0 0.61 0.92 0.36
HSL 20.13º 0.85% 0.34% -
HSV(B) 20.13º 0.92% 0.64% -
XYZ 16.75 11.27 1.67 -
YUV 86.9 86.3 181.57 -
System Red Green Blue C M Y K H S L
Decimal 162 63 13 0 0.61 0.92 0.36 20.13 0.85 0.34
Hex A2 3F D 0 3D 5C 24 14 55 22
Octal 242 77 15 0 75 134 44 24 125 42
Binary 10100010 111111 1101 0 111101 1011100 100100 10100 1010101 100010

Color Harmonies of #A23F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23F0D

Black with #A23F0D

Text Example


Text Example

White with #A23F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23F0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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