Html Css Color HEX #A84B01 Rust

📋 copy color: '#A84B01'

red 168 ◦ green 75 ◦ blue 1

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

Shades of Rust #A84B01

Tints of Rust #A84B01

RGB

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

 GREEN value IS 75 (29.69% from 255) = 30.74%

 BLUE value IS 1 (0.78% from 255) = 0.41%

R = 68.85%
G = 30.74%
B = 0.41%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.99

 K value IS 0.34

RGB Variations

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

Color information

#A84B01 (or 0xA84B01) is known color: Rust. HEX triplet: A8, 4B and 01. RGB value is (168,75,1). Sum of RGB (Red+Green+Blue) = 168+75+1=244 (32% of max value = 765). Red value is 168 (66.02% from 255 or 68.85% from 244); Green value is 75 (29.69% from 255 or 30.74% from 244); Blue value is 1 (0.78% from 255 or 0.41% from 244); Max value from RGB is 168 - color contains mainly: red. Hex color #A84B01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A84B01 is #57B4FE. Grayscale: #5E5E5E. Windows color (decimal): -5747967 or 84904. OLE color: 84904.

HSL color Cylindrical-coordinate representation of color #A84B01: hue angle of 26.59º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A84B01 is Cyan = 0, Magento = 0.55, Yellow = 0.99 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 75 1 -
CMYK 0 0.55 0.99 0.34
HSL 26.59º 0.99% 0.33% -
HSV(B) 26.59º 0.99% 0.66% -
XYZ 18.67 13.36 1.62 -
YUV 94.37 75.31 180.52 -
System Red Green Blue C M Y K H S L
Decimal 168 75 1 0 0.55 0.99 0.34 26.59 0.99 0.33
Hex A8 4B 1 0 37 63 22 1B 63 21
Octal 250 113 1 0 67 143 42 33 143 41
Binary 10101000 1001011 1 0 110111 1100011 100010 11011 1100011 100001

Color Harmonies of #A84B01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84B01

Black with #A84B01

Text Example


Text Example

White with #A84B01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84B01; }

 p { color: rgb(168,75,1); }

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

background-color css

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

 a { background-color: rgb(168,75,1); }

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

border-color css

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

 span { border-color: rgb(168,75,1); }

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