Html Css Color HEX #BA4D1D Rust

📋 copy color: '#BA4D1D'

red 186 ◦ green 77 ◦ blue 29

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

Shades of Rust #BA4D1D

Tints of Rust #BA4D1D

RGB

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

 GREEN value IS 77 (30.47% from 255) = 26.37%

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

R = 63.7%
G = 26.37%
B = 9.93%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#BA4D1D (or 0xBA4D1D) is known color: Rust. HEX triplet: BA, 4D and 1D. RGB value is (186,77,29). Sum of RGB (Red+Green+Blue) = 186+77+29=292 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.70% from 292); Green value is 77 (30.47% from 255 or 26.37% from 292); Blue value is 29 (11.72% from 255 or 9.93% from 292); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4D1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA4D1D is #45B2E2. Grayscale: #686868. Windows color (decimal): -4567779 or 1920442. OLE color: 1920442.

HSL color Cylindrical-coordinate representation of color #BA4D1D: hue angle of 18.34º 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 #BA4D1D is Cyan = 0, Magento = 0.59, Yellow = 0.84 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 77 29 -
CMYK 0 0.59 0.84 0.27
HSL 18.34º 0.73% 0.42% -
HSV(B) 18.34º 0.84% 0.73% -
XYZ 23.13 15.84 3 -
YUV 104.12 85.61 186.4 -
System Red Green Blue C M Y K H S L
Decimal 186 77 29 0 0.59 0.84 0.27 18.34 0.73 0.42
Hex BA 4D 1D 0 3B 54 1B 12 49 2A
Octal 272 115 35 0 73 124 33 22 111 52
Binary 10111010 1001101 11101 0 111011 1010100 11011 10010 1001001 101010

Color Harmonies of #BA4D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4D1D

Black with #BA4D1D

Text Example


Text Example

White with #BA4D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4D1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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