Html Css Color HEX #A84B0C Rust

📋 copy color: '#A84B0C'

red 168 ◦ green 75 ◦ blue 12

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

Shades of Rust #A84B0C

Tints of Rust #A84B0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.71%

R = 65.88%
G = 29.41%
B = 4.71%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.93

 K value IS 0.34

RGB Variations

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

Color information

#A84B0C (or 0xA84B0C) is known color: Rust. HEX triplet: A8, 4B and 0C. RGB value is (168,75,12). Sum of RGB (Red+Green+Blue) = 168+75+12=255 (33% of max value = 765). Red value is 168 (66.02% from 255 or 65.88% from 255); Green value is 75 (29.69% from 255 or 29.41% from 255); Blue value is 12 (5.08% from 255 or 4.71% from 255); Max value from RGB is 168 - color contains mainly: red. Hex color #A84B0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A84B0C is #57B4F3. Grayscale: #5F5F5F. Windows color (decimal): -5747956 or 805800. OLE color: 805800.

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

Color convert

RGB 168 75 12 -
CMYK 0 0.55 0.93 0.34
HSL 24.23º 0.87% 0.35% -
HSV(B) 24.23º 0.93% 0.66% -
XYZ 18.73 13.38 1.94 -
YUV 95.63 80.81 179.62 -
System Red Green Blue C M Y K H S L
Decimal 168 75 12 0 0.55 0.93 0.34 24.23 0.87 0.35
Hex A8 4B C 0 37 5D 22 18 57 23
Octal 250 113 14 0 67 135 42 30 127 43
Binary 10101000 1001011 1100 0 110111 1011101 100010 11000 1010111 100011

Color Harmonies of #A84B0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84B0C

Black with #A84B0C

Text Example


Text Example

White with #A84B0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84B0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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