Html Css Color HEX #A83F02 Rust

📋 copy color: '#A83F02'

red 168 ◦ green 63 ◦ blue 2

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

Shades of Rust #A83F02

Tints of Rust #A83F02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.86%

R = 72.1%
G = 27.04%
B = 0.86%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.99

 K value IS 0.34

RGB Variations

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

Color information

#A83F02 (or 0xA83F02) is known color: Rust. HEX triplet: A8, 3F and 02. RGB value is (168,63,2). Sum of RGB (Red+Green+Blue) = 168+63+2=233 (30% of max value = 765). Red value is 168 (66.02% from 255 or 72.10% from 233); Green value is 63 (25% from 255 or 27.04% from 233); Blue value is 2 (1.17% from 255 or 0.86% from 233); Max value from RGB is 168 - color contains mainly: red. Hex color #A83F02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A83F02 is #57C0FD. Grayscale: #575757. Windows color (decimal): -5751038 or 147368. OLE color: 147368.

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

Color convert

RGB 168 63 2 -
CMYK 0 0.63 0.99 0.34
HSL 22.05º 0.98% 0.33% -
HSV(B) 22.05º 0.99% 0.66% -
XYZ 17.94 11.88 1.41 -
YUV 87.44 79.79 185.46 -
System Red Green Blue C M Y K H S L
Decimal 168 63 2 0 0.63 0.99 0.34 22.05 0.98 0.33
Hex A8 3F 2 0 3F 63 22 16 62 21
Octal 250 77 2 0 77 143 42 26 142 41
Binary 10101000 111111 10 0 111111 1100011 100010 10110 1100010 100001

Color Harmonies of #A83F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A83F02

Black with #A83F02

Text Example


Text Example

White with #A83F02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A83F02; }

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

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

background-color css

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

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

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

border-color css

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

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

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