Html Css Color HEX #A83108 Rust

📋 copy color: '#A83108'

red 168 ◦ green 49 ◦ blue 8

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

Shades of Rust #A83108

Tints of Rust #A83108

RGB

 RED value IS 168 (66.02% from 255) = 74.67%

 GREEN value IS 49 (19.53% from 255) = 21.78%

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

R = 74.67%
G = 21.78%
B = 3.56%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.95

 K value IS 0.34

RGB Variations

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

Color information

#A83108 (or 0xA83108) is known color: Rust. HEX triplet: A8, 31 and 08. RGB value is (168,49,8). Sum of RGB (Red+Green+Blue) = 168+49+8=225 (29% of max value = 765). Red value is 168 (66.02% from 255 or 74.67% from 225); Green value is 49 (19.53% from 255 or 21.78% from 225); Blue value is 8 (3.52% from 255 or 3.56% from 225); Max value from RGB is 168 - color contains mainly: red. Hex color #A83108 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A83108 is #57CEF7. Grayscale: #505050. Windows color (decimal): -5754616 or 537000. OLE color: 537000.

HSL color Cylindrical-coordinate representation of color #A83108: hue angle of 15.38º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A83108 is Cyan = 0, Magento = 0.71, Yellow = 0.95 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 49 8 -
CMYK 0 0.71 0.95 0.34
HSL 15.38º 0.91% 0.35% -
HSV(B) 15.38º 0.95% 0.66% -
XYZ 17.29 10.54 1.35 -
YUV 79.91 87.42 190.83 -
System Red Green Blue C M Y K H S L
Decimal 168 49 8 0 0.71 0.95 0.34 15.38 0.91 0.35
Hex A8 31 8 0 47 5F 22 F 5B 23
Octal 250 61 10 0 107 137 42 17 133 43
Binary 10101000 110001 1000 0 1000111 1011111 100010 1111 1011011 100011

Color Harmonies of #A83108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A83108

Black with #A83108

Text Example


Text Example

White with #A83108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A83108; }

 p { color: rgb(168,49,8); }

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

background-color css

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

 a { background-color: rgb(168,49,8); }

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

border-color css

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

 span { border-color: rgb(168,49,8); }

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