Html Css Color HEX #BA471D Rust

📋 copy color: '#BA471D'

red 186 ◦ green 71 ◦ blue 29

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

Shades of Rust #BA471D

Tints of Rust #BA471D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 24.83%

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

R = 65.03%
G = 24.83%
B = 10.14%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#BA471D (or 0xBA471D) is known color: Rust. HEX triplet: BA, 47 and 1D. RGB value is (186,71,29). Sum of RGB (Red+Green+Blue) = 186+71+29=286 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.03% from 286); Green value is 71 (28.12% from 255 or 24.83% from 286); Blue value is 29 (11.72% from 255 or 10.14% from 286); Max value from RGB is 186 - color contains mainly: red. Hex color #BA471D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA471D is #45B8E2. Grayscale: #646464. Windows color (decimal): -4569315 or 1918906. OLE color: 1918906.

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

Color convert

RGB 186 71 29 -
CMYK 0 0.62 0.84 0.27
HSL 16.05º 0.73% 0.42% -
HSV(B) 16.05º 0.84% 0.73% -
XYZ 22.72 15.03 2.87 -
YUV 100.6 87.6 188.92 -
System Red Green Blue C M Y K H S L
Decimal 186 71 29 0 0.62 0.84 0.27 16.05 0.73 0.42
Hex BA 47 1D 0 3E 54 1B 10 49 2A
Octal 272 107 35 0 76 124 33 20 111 52
Binary 10111010 1000111 11101 0 111110 1010100 11011 10000 1001001 101010

Color Harmonies of #BA471D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA471D

Black with #BA471D

Text Example


Text Example

White with #BA471D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA471D; }

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

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

background-color css

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

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

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

border-color css

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

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

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