Html Css Color HEX #A83F08 Rust

📋 copy color: '#A83F08'

red 168 ◦ green 63 ◦ blue 8

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

Shades of Rust #A83F08

Tints of Rust #A83F08

RGB

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

 GREEN value IS 63 (25% from 255) = 26.36%

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

R = 70.29%
G = 26.36%
B = 3.35%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.95

 K value IS 0.34

RGB Variations

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

Color information

#A83F08 (or 0xA83F08) is known color: Rust. HEX triplet: A8, 3F and 08. RGB value is (168,63,8). Sum of RGB (Red+Green+Blue) = 168+63+8=239 (31% of max value = 765). Red value is 168 (66.02% from 255 or 70.29% from 239); Green value is 63 (25% from 255 or 26.36% from 239); Blue value is 8 (3.52% from 255 or 3.35% from 239); Max value from RGB is 168 - color contains mainly: red. Hex color #A83F08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A83F08 is #57C0F7. Grayscale: #585858. Windows color (decimal): -5751032 or 540584. OLE color: 540584.

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

Color convert

RGB 168 63 8 -
CMYK 0 0.63 0.95 0.34
HSL 20.63º 0.91% 0.35% -
HSV(B) 20.63º 0.95% 0.66% -
XYZ 17.97 11.9 1.58 -
YUV 88.13 82.79 184.97 -
System Red Green Blue C M Y K H S L
Decimal 168 63 8 0 0.63 0.95 0.34 20.63 0.91 0.35
Hex A8 3F 8 0 3F 5F 22 15 5B 23
Octal 250 77 10 0 77 137 42 25 133 43
Binary 10101000 111111 1000 0 111111 1011111 100010 10101 1011011 100011

Color Harmonies of #A83F08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A83F08

Black with #A83F08

Text Example


Text Example

White with #A83F08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A83F08; }

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

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

background-color css

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

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

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

border-color css

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

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

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