Html Css Color HEX #A13E06 Rust

📋 copy color: '#A13E06'

red 161 ◦ green 62 ◦ blue 6

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

Shades of Rust #A13E06

Tints of Rust #A13E06

RGB

 RED value IS 161 (63.28% from 255) = 70.31%

 GREEN value IS 62 (24.61% from 255) = 27.07%

 BLUE value IS 6 (2.73% from 255) = 2.62%

R = 70.31%
G = 27.07%
B = 2.62%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.96

 K value IS 0.37

RGB Variations

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

Color information

#A13E06 (or 0xA13E06) is known color: Rust. HEX triplet: A1, 3E and 06. RGB value is (161,62,6). Sum of RGB (Red+Green+Blue) = 161+62+6=229 (30% of max value = 765). Red value is 161 (63.28% from 255 or 70.31% from 229); Green value is 62 (24.61% from 255 or 27.07% from 229); Blue value is 6 (2.73% from 255 or 2.62% from 229); Max value from RGB is 161 - color contains mainly: red. Hex color #A13E06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A13E06 is #5EC1F9. Grayscale: #555555. Windows color (decimal): -6210042 or 409249. OLE color: 409249.

HSL color Cylindrical-coordinate representation of color #A13E06: hue angle of 21.68º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A13E06 is Cyan = 0, Magento = 0.61, Yellow = 0.96 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 62 6 -
CMYK 0 0.61 0.96 0.37
HSL 21.68º 0.93% 0.33% -
HSV(B) 21.68º 0.96% 0.63% -
XYZ 16.45 11.04 1.44 -
YUV 85.22 83.3 182.05 -
System Red Green Blue C M Y K H S L
Decimal 161 62 6 0 0.61 0.96 0.37 21.68 0.93 0.33
Hex A1 3E 6 0 3D 60 25 16 5D 21
Octal 241 76 6 0 75 140 45 26 135 41
Binary 10100001 111110 110 0 111101 1100000 100101 10110 1011101 100001

Color Harmonies of #A13E06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13E06

Black with #A13E06

Text Example


Text Example

White with #A13E06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13E06; }

 p { color: rgb(161,62,6); }

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

background-color css

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

 a { background-color: rgb(161,62,6); }

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

border-color css

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

 span { border-color: rgb(161,62,6); }

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