Html Css Color HEX #A13208 Rust

📋 copy color: '#A13208'

red 161 ◦ green 50 ◦ blue 8

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

Shades of Rust #A13208

Tints of Rust #A13208

RGB

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

 GREEN value IS 50 (19.92% from 255) = 22.83%

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

R = 73.52%
G = 22.83%
B = 3.65%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.95

 K value IS 0.37

RGB Variations

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

Color information

#A13208 (or 0xA13208) is known color: Rust. HEX triplet: A1, 32 and 08. RGB value is (161,50,8). Sum of RGB (Red+Green+Blue) = 161+50+8=219 (29% of max value = 765). Red value is 161 (63.28% from 255 or 73.52% from 219); Green value is 50 (19.92% from 255 or 22.83% from 219); Blue value is 8 (3.52% from 255 or 3.65% from 219); Max value from RGB is 161 - color contains mainly: red. Hex color #A13208 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A13208 is #5ECDF7. Grayscale: #4E4E4E. Windows color (decimal): -6213112 or 537249. OLE color: 537249.

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

Color convert

RGB 161 50 8 -
CMYK 0 0.69 0.95 0.37
HSL 16.47º 0.91% 0.33% -
HSV(B) 16.47º 0.95% 0.63% -
XYZ 15.88 9.88 1.3 -
YUV 78.4 88.27 186.92 -
System Red Green Blue C M Y K H S L
Decimal 161 50 8 0 0.69 0.95 0.37 16.47 0.91 0.33
Hex A1 32 8 0 45 5F 25 10 5B 21
Octal 241 62 10 0 105 137 45 20 133 41
Binary 10100001 110010 1000 0 1000101 1011111 100101 10000 1011011 100001

Color Harmonies of #A13208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13208

Black with #A13208

Text Example


Text Example

White with #A13208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13208; }

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

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

background-color css

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

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

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

border-color css

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

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

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