Html Css Color HEX #A82B01 Rust

📋 copy color: '#A82B01'

red 168 ◦ green 43 ◦ blue 1

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

Shades of Rust #A82B01

Tints of Rust #A82B01

RGB

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

 GREEN value IS 43 (17.19% from 255) = 20.28%

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

R = 79.25%
G = 20.28%
B = 0.47%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.99

 K value IS 0.34

RGB Variations

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

Color information

#A82B01 (or 0xA82B01) is known color: Rust. HEX triplet: A8, 2B and 01. RGB value is (168,43,1). Sum of RGB (Red+Green+Blue) = 168+43+1=212 (28% of max value = 765). Red value is 168 (66.02% from 255 or 79.25% from 212); Green value is 43 (17.19% from 255 or 20.28% from 212); Blue value is 1 (0.78% from 255 or 0.47% from 212); Max value from RGB is 168 - color contains mainly: red. Hex color #A82B01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A82B01 is #57D4FE. Grayscale: #4B4B4B. Windows color (decimal): -5756159 or 76712. OLE color: 76712.

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

Color convert

RGB 168 43 1 -
CMYK 0 0.74 0.99 0.34
HSL 15.09º 0.99% 0.33% -
HSV(B) 15.09º 0.99% 0.66% -
XYZ 17.02 10.05 1.07 -
YUV 75.59 85.91 193.92 -
System Red Green Blue C M Y K H S L
Decimal 168 43 1 0 0.74 0.99 0.34 15.09 0.99 0.33
Hex A8 2B 1 0 4A 63 22 F 63 21
Octal 250 53 1 0 112 143 42 17 143 41
Binary 10101000 101011 1 0 1001010 1100011 100010 1111 1100011 100001

Color Harmonies of #A82B01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A82B01

Black with #A82B01

Text Example


Text Example

White with #A82B01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A82B01; }

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

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

background-color css

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

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

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

border-color css

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

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

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