Html Css Color HEX #A13308 Rust

📋 copy color: '#A13308'

red 161 ◦ green 51 ◦ blue 8

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

Shades of Rust #A13308

Tints of Rust #A13308

RGB

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

 GREEN value IS 51 (20.31% from 255) = 23.18%

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

R = 73.18%
G = 23.18%
B = 3.64%

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

#A13308 (or 0xA13308) is known color: Rust. HEX triplet: A1, 33 and 08. RGB value is (161,51,8). Sum of RGB (Red+Green+Blue) = 161+51+8=220 (29% of max value = 765). Red value is 161 (63.28% from 255 or 73.18% from 220); Green value is 51 (20.31% from 255 or 23.18% from 220); Blue value is 8 (3.52% from 255 or 3.64% from 220); Max value from RGB is 161 - color contains mainly: red. Hex color #A13308 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A13308 is #5ECCF7. Grayscale: #4F4F4F. Windows color (decimal): -6212856 or 537505. OLE color: 537505.

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

Color convert

RGB 161 51 8 -
CMYK 0 0.68 0.95 0.37
HSL 16.86º 0.91% 0.33% -
HSV(B) 16.86º 0.95% 0.63% -
XYZ 15.93 9.96 1.31 -
YUV 78.99 87.94 186.5 -
System Red Green Blue C M Y K H S L
Decimal 161 51 8 0 0.68 0.95 0.37 16.86 0.91 0.33
Hex A1 33 8 0 44 5F 25 11 5B 21
Octal 241 63 10 0 104 137 45 21 133 41
Binary 10100001 110011 1000 0 1000100 1011111 100101 10001 1011011 100001

Color Harmonies of #A13308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13308

Black with #A13308

Text Example


Text Example

White with #A13308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13308; }

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

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

background-color css

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

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

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

border-color css

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

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

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