Html Css Color HEX #BA471E Rust

📋 copy color: '#BA471E'

red 186 ◦ green 71 ◦ blue 30

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

Shades of Rust #BA471E

Tints of Rust #BA471E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 10.45%

R = 64.81%
G = 24.74%
B = 10.45%

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

#BA471E (or 0xBA471E) is known color: Rust. HEX triplet: BA, 47 and 1E. RGB value is (186,71,30). Sum of RGB (Red+Green+Blue) = 186+71+30=287 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.81% from 287); Green value is 71 (28.12% from 255 or 24.74% from 287); Blue value is 30 (12.11% from 255 or 10.45% from 287); Max value from RGB is 186 - color contains mainly: red. Hex color #BA471E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA471E is #45B8E1. Grayscale: #646464. Windows color (decimal): -4569314 or 1984442. OLE color: 1984442.

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

Color convert

RGB 186 71 30 -
CMYK 0 0.62 0.84 0.27
HSL 15.77º 0.72% 0.42% -
HSV(B) 15.77º 0.84% 0.73% -
XYZ 22.74 15.04 2.93 -
YUV 100.71 88.1 188.83 -
System Red Green Blue C M Y K H S L
Decimal 186 71 30 0 0.62 0.84 0.27 15.77 0.72 0.42
Hex BA 47 1E 0 3E 54 1B 10 48 2A
Octal 272 107 36 0 76 124 33 20 110 52
Binary 10111010 1000111 11110 0 111110 1010100 11011 10000 1001000 101010

Color Harmonies of #BA471E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA471E

Black with #BA471E

Text Example


Text Example

White with #BA471E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA471E; }

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

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

background-color css

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

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

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

border-color css

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

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

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