Html Css Color HEX #BA461E Rust

📋 copy color: '#BA461E'

red 186 ◦ green 70 ◦ blue 30

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

Shades of Rust #BA461E

Tints of Rust #BA461E

RGB

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

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

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

R = 65.03%
G = 24.48%
B = 10.49%

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

#BA461E (or 0xBA461E) is known color: Rust. HEX triplet: BA, 46 and 1E. RGB value is (186,70,30). Sum of RGB (Red+Green+Blue) = 186+70+30=286 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.03% from 286); Green value is 70 (27.73% from 255 or 24.48% from 286); Blue value is 30 (12.11% from 255 or 10.49% from 286); Max value from RGB is 186 - color contains mainly: red. Hex color #BA461E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA461E is #45B9E1. Grayscale: #646464. Windows color (decimal): -4569570 or 1984186. OLE color: 1984186.

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

Color convert

RGB 186 70 30 -
CMYK 0 0.62 0.84 0.27
HSL 15.38º 0.72% 0.42% -
HSV(B) 15.38º 0.84% 0.73% -
XYZ 22.67 14.91 2.91 -
YUV 100.12 88.43 189.25 -
System Red Green Blue C M Y K H S L
Decimal 186 70 30 0 0.62 0.84 0.27 15.38 0.72 0.42
Hex BA 46 1E 0 3E 54 1B F 48 2A
Octal 272 106 36 0 76 124 33 17 110 52
Binary 10111010 1000110 11110 0 111110 1010100 11011 1111 1001000 101010

Color Harmonies of #BA461E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA461E

Black with #BA461E

Text Example


Text Example

White with #BA461E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA461E; }

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

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

background-color css

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

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

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

border-color css

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

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

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