Html Css Color HEX #BA4600 Rust

📋 copy color: '#BA4600'

red 186 ◦ green 70 ◦ blue 0

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

Shades of Rust #BA4600

Tints of Rust #BA4600

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 72.66%
G = 27.34%
B = 0%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#BA4600 (or 0xBA4600) is known color: Rust. HEX triplet: BA, 46 and 00. RGB value is (186,70,0). Sum of RGB (Red+Green+Blue) = 186+70+0=256 (33% of max value = 765). Red value is 186 (73.05% from 255 or 72.66% from 256); Green value is 70 (27.73% from 255 or 27.34% from 256); Blue value is 0 (0.39% from 255 or 0% from 256); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4600 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA4600 is #45B9FF. Grayscale: #616161. Windows color (decimal): -4569600 or 18106. OLE color: 18106.

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

Color convert

RGB 186 70 0 -
CMYK 0 0.62 1 0.27
HSL 22.58º 1% 0.36% -
HSV(B) 22.58º 1% 0.73% -
XYZ 22.44 14.82 1.68 -
YUV 96.7 73.43 191.69 -
System Red Green Blue C M Y K H S L
Decimal 186 70 0 0 0.62 1 0.27 22.58 1 0.36
Hex BA 46 0 0 3E 64 1B 17 64 24
Octal 272 106 0 0 76 144 33 27 144 44
Binary 10111010 1000110 0 0 111110 1100100 11011 10111 1100100 100100

Color Harmonies of #BA4600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4600

Black with #BA4600

Text Example


Text Example

White with #BA4600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4600; }

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

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

background-color css

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

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

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

border-color css

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

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

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