Html Css Color HEX #A83508 Rust

📋 copy color: '#A83508'

red 168 ◦ green 53 ◦ blue 8

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

Shades of Rust #A83508

Tints of Rust #A83508

RGB

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

 GREEN value IS 53 (21.09% from 255) = 23.14%

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

R = 73.36%
G = 23.14%
B = 3.49%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.95

 K value IS 0.34

RGB Variations

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

Color information

#A83508 (or 0xA83508) is known color: Rust. HEX triplet: A8, 35 and 08. RGB value is (168,53,8). Sum of RGB (Red+Green+Blue) = 168+53+8=229 (30% of max value = 765). Red value is 168 (66.02% from 255 or 73.36% from 229); Green value is 53 (21.09% from 255 or 23.14% from 229); Blue value is 8 (3.52% from 255 or 3.49% from 229); Max value from RGB is 168 - color contains mainly: red. Hex color #A83508 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A83508 is #57CAF7. Grayscale: #525252. Windows color (decimal): -5753592 or 538024. OLE color: 538024.

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

Color convert

RGB 168 53 8 -
CMYK 0 0.68 0.95 0.34
HSL 16.88º 0.91% 0.35% -
HSV(B) 16.88º 0.95% 0.66% -
XYZ 17.47 10.89 1.41 -
YUV 82.26 86.1 189.16 -
System Red Green Blue C M Y K H S L
Decimal 168 53 8 0 0.68 0.95 0.34 16.88 0.91 0.35
Hex A8 35 8 0 44 5F 22 11 5B 23
Octal 250 65 10 0 104 137 42 21 133 43
Binary 10101000 110101 1000 0 1000100 1011111 100010 10001 1011011 100011

Color Harmonies of #A83508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A83508

Black with #A83508

Text Example


Text Example

White with #A83508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A83508; }

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

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

background-color css

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

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

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

border-color css

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

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

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