Html Css Color HEX #A13408 Rust

📋 copy color: '#A13408'

red 161 ◦ green 52 ◦ blue 8

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

Shades of Rust #A13408

Tints of Rust #A13408

RGB

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

 GREEN value IS 52 (20.7% from 255) = 23.53%

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

R = 72.85%
G = 23.53%
B = 3.62%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.95

 K value IS 0.37

RGB Variations

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

Color information

#A13408 (or 0xA13408) is known color: Rust. HEX triplet: A1, 34 and 08. RGB value is (161,52,8). Sum of RGB (Red+Green+Blue) = 161+52+8=221 (29% of max value = 765). Red value is 161 (63.28% from 255 or 72.85% from 221); Green value is 52 (20.70% from 255 or 23.53% from 221); Blue value is 8 (3.52% from 255 or 3.62% from 221); Max value from RGB is 161 - color contains mainly: red. Hex color #A13408 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A13408 is #5ECBF7. Grayscale: #4F4F4F. Windows color (decimal): -6212600 or 537761. OLE color: 537761.

HSL color Cylindrical-coordinate representation of color #A13408: hue angle of 17.25º 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 #A13408 is Cyan = 0, Magento = 0.68, Yellow = 0.95 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 52 8 -
CMYK 0 0.68 0.95 0.37
HSL 17.25º 0.91% 0.33% -
HSV(B) 17.25º 0.95% 0.63% -
XYZ 15.97 10.05 1.33 -
YUV 79.58 87.61 186.08 -
System Red Green Blue C M Y K H S L
Decimal 161 52 8 0 0.68 0.95 0.37 17.25 0.91 0.33
Hex A1 34 8 0 44 5F 25 11 5B 21
Octal 241 64 10 0 104 137 45 21 133 41
Binary 10100001 110100 1000 0 1000100 1011111 100101 10001 1011011 100001

Color Harmonies of #A13408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13408

Black with #A13408

Text Example


Text Example

White with #A13408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13408; }

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

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

background-color css

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

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

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

border-color css

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

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

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