Html Css Color HEX #A13E07 Rust

📋 copy color: '#A13E07'

red 161 ◦ green 62 ◦ blue 7

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

Shades of Rust #A13E07

Tints of Rust #A13E07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 3.04%

R = 70%
G = 26.96%
B = 3.04%

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

#A13E07 (or 0xA13E07) is known color: Rust. HEX triplet: A1, 3E and 07. RGB value is (161,62,7). Sum of RGB (Red+Green+Blue) = 161+62+7=230 (30% of max value = 765). Red value is 161 (63.28% from 255 or 70% from 230); Green value is 62 (24.61% from 255 or 26.96% from 230); Blue value is 7 (3.12% from 255 or 3.04% from 230); Max value from RGB is 161 - color contains mainly: red. Hex color #A13E07 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A13E07 is #5EC1F8. Grayscale: #555555. Windows color (decimal): -6210041 or 474785. OLE color: 474785.

HSL color Cylindrical-coordinate representation of color #A13E07: hue angle of 21.43º degrees, saturation: 0.92, 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 #A13E07 is Cyan = 0, Magento = 0.61, Yellow = 0.96 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 62 7 -
CMYK 0 0.61 0.96 0.37
HSL 21.43º 0.92% 0.33% -
HSV(B) 21.43º 0.96% 0.63% -
XYZ 16.46 11.04 1.46 -
YUV 85.33 83.8 181.97 -
System Red Green Blue C M Y K H S L
Decimal 161 62 7 0 0.61 0.96 0.37 21.43 0.92 0.33
Hex A1 3E 7 0 3D 60 25 15 5C 21
Octal 241 76 7 0 75 140 45 25 134 41
Binary 10100001 111110 111 0 111101 1100000 100101 10101 1011100 100001

Color Harmonies of #A13E07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13E07

Black with #A13E07

Text Example


Text Example

White with #A13E07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13E07; }

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

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

background-color css

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

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

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

border-color css

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

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

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