Html Css Color HEX #A13008 Rust

📋 copy color: '#A13008'

red 161 ◦ green 48 ◦ blue 8

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

Shades of Rust #A13008

Tints of Rust #A13008

RGB

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

 GREEN value IS 48 (19.14% from 255) = 22.12%

 BLUE value IS 8 (3.52% from 255) = 3.69%

R = 74.19%
G = 22.12%
B = 3.69%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.95

 K value IS 0.37

RGB Variations

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

Color information

#A13008 (or 0xA13008) is known color: Rust. HEX triplet: A1, 30 and 08. RGB value is (161,48,8). Sum of RGB (Red+Green+Blue) = 161+48+8=217 (28% of max value = 765). Red value is 161 (63.28% from 255 or 74.19% from 217); Green value is 48 (19.14% from 255 or 22.12% from 217); Blue value is 8 (3.52% from 255 or 3.69% from 217); Max value from RGB is 161 - color contains mainly: red. Hex color #A13008 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A13008 is #5ECFF7. Grayscale: #4D4D4D. Windows color (decimal): -6213624 or 536737. OLE color: 536737.

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

Color convert

RGB 161 48 8 -
CMYK 0 0.70 0.95 0.37
HSL 15.69º 0.91% 0.33% -
HSV(B) 15.69º 0.95% 0.63% -
XYZ 15.8 9.71 1.27 -
YUV 77.23 88.94 187.75 -
System Red Green Blue C M Y K H S L
Decimal 161 48 8 0 0.70 0.95 0.37 15.69 0.91 0.33
Hex A1 30 8 0 46 5F 25 10 5B 21
Octal 241 60 10 0 106 137 45 20 133 41
Binary 10100001 110000 1000 0 1000110 1011111 100101 10000 1011011 100001

Color Harmonies of #A13008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13008

Black with #A13008

Text Example


Text Example

White with #A13008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13008; }

 p { color: rgb(161,48,8); }

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

background-color css

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

 a { background-color: rgb(161,48,8); }

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

border-color css

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

 span { border-color: rgb(161,48,8); }

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