Html Css Color HEX #BA501D Rust

📋 copy color: '#BA501D'

red 186 ◦ green 80 ◦ blue 29

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

Shades of Rust #BA501D

Tints of Rust #BA501D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 27.12%

 BLUE value IS 29 (11.72% from 255) = 9.83%

R = 63.05%
G = 27.12%
B = 9.83%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#BA501D (or 0xBA501D) is known color: Rust. HEX triplet: BA, 50 and 1D. RGB value is (186,80,29). Sum of RGB (Red+Green+Blue) = 186+80+29=295 (39% of max value = 765). Red value is 186 (73.05% from 255 or 63.05% from 295); Green value is 80 (31.64% from 255 or 27.12% from 295); Blue value is 29 (11.72% from 255 or 9.83% from 295); Max value from RGB is 186 - color contains mainly: red. Hex color #BA501D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA501D is #45AFE2. Grayscale: #6A6A6A. Windows color (decimal): -4567011 or 1921210. OLE color: 1921210.

HSL color Cylindrical-coordinate representation of color #BA501D: hue angle of 19.49º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BA501D is Cyan = 0, Magento = 0.57, Yellow = 0.84 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 80 29 -
CMYK 0 0.57 0.84 0.27
HSL 19.49º 0.73% 0.42% -
HSV(B) 19.49º 0.84% 0.73% -
XYZ 23.34 16.27 3.07 -
YUV 105.88 84.62 185.15 -
System Red Green Blue C M Y K H S L
Decimal 186 80 29 0 0.57 0.84 0.27 19.49 0.73 0.42
Hex BA 50 1D 0 39 54 1B 13 49 2A
Octal 272 120 35 0 71 124 33 23 111 52
Binary 10111010 1010000 11101 0 111001 1010100 11011 10011 1001001 101010

Color Harmonies of #BA501D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA501D

Black with #BA501D

Text Example


Text Example

White with #BA501D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA501D; }

 p { color: rgb(186,80,29); }

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

background-color css

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

 a { background-color: rgb(186,80,29); }

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

border-color css

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

 span { border-color: rgb(186,80,29); }

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