Html Css Color HEX #A13908 Rust

📋 copy color: '#A13908'

red 161 ◦ green 57 ◦ blue 8

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

Shades of Rust #A13908

Tints of Rust #A13908

RGB

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

 GREEN value IS 57 (22.66% from 255) = 25.22%

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

R = 71.24%
G = 25.22%
B = 3.54%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.95

 K value IS 0.37

RGB Variations

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

Color information

#A13908 (or 0xA13908) is known color: Rust. HEX triplet: A1, 39 and 08. RGB value is (161,57,8). Sum of RGB (Red+Green+Blue) = 161+57+8=226 (29% of max value = 765). Red value is 161 (63.28% from 255 or 71.24% from 226); Green value is 57 (22.66% from 255 or 25.22% from 226); Blue value is 8 (3.52% from 255 or 3.54% from 226); Max value from RGB is 161 - color contains mainly: red. Hex color #A13908 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A13908 is #5EC6F7. Grayscale: #525252. Windows color (decimal): -6211320 or 539041. OLE color: 539041.

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

Color convert

RGB 161 57 8 -
CMYK 0 0.65 0.95 0.37
HSL 19.22º 0.91% 0.33% -
HSV(B) 19.22º 0.95% 0.63% -
XYZ 16.2 10.52 1.41 -
YUV 82.51 85.96 183.98 -
System Red Green Blue C M Y K H S L
Decimal 161 57 8 0 0.65 0.95 0.37 19.22 0.91 0.33
Hex A1 39 8 0 41 5F 25 13 5B 21
Octal 241 71 10 0 101 137 45 23 133 41
Binary 10100001 111001 1000 0 1000001 1011111 100101 10011 1011011 100001

Color Harmonies of #A13908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13908

Black with #A13908

Text Example


Text Example

White with #A13908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13908; }

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

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

background-color css

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

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

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

border-color css

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

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

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