Html Css Color HEX #BA460D Rust

📋 copy color: '#BA460D'

red 186 ◦ green 70 ◦ blue 13

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

Shades of Rust #BA460D

Tints of Rust #BA460D

RGB

 RED value IS 186 (73.05% from 255) = 69.14%

 GREEN value IS 70 (27.73% from 255) = 26.02%

 BLUE value IS 13 (5.47% from 255) = 4.83%

R = 69.14%
G = 26.02%
B = 4.83%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.93

 K value IS 0.27

RGB Variations

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

Color information

#BA460D (or 0xBA460D) is known color: Rust. HEX triplet: BA, 46 and 0D. RGB value is (186,70,13). Sum of RGB (Red+Green+Blue) = 186+70+13=269 (35% of max value = 765). Red value is 186 (73.05% from 255 or 69.14% from 269); Green value is 70 (27.73% from 255 or 26.02% from 269); Blue value is 13 (5.47% from 255 or 4.83% from 269); Max value from RGB is 186 - color contains mainly: red. Hex color #BA460D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA460D is #45B9F2. Grayscale: #626262. Windows color (decimal): -4569587 or 870074. OLE color: 870074.

HSL color Cylindrical-coordinate representation of color #BA460D: hue angle of 19.77º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BA460D is Cyan = 0, Magento = 0.62, Yellow = 0.93 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 70 13 -
CMYK 0 0.62 0.93 0.27
HSL 19.77º 0.87% 0.39% -
HSV(B) 19.77º 0.93% 0.73% -
XYZ 22.51 14.85 2.06 -
YUV 98.19 79.93 190.63 -
System Red Green Blue C M Y K H S L
Decimal 186 70 13 0 0.62 0.93 0.27 19.77 0.87 0.39
Hex BA 46 D 0 3E 5D 1B 14 57 27
Octal 272 106 15 0 76 135 33 24 127 47
Binary 10111010 1000110 1101 0 111110 1011101 11011 10100 1010111 100111

Color Harmonies of #BA460D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA460D

Black with #BA460D

Text Example


Text Example

White with #BA460D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA460D; }

 p { color: rgb(186,70,13); }

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

background-color css

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

 a { background-color: rgb(186,70,13); }

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

border-color css

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

 span { border-color: rgb(186,70,13); }

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