Html Css Color HEX #BA3500 Rust

📋 copy color: '#BA3500'

red 186 ◦ green 53 ◦ blue 0

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

Shades of Rust #BA3500

Tints of Rust #BA3500

RGB

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

 GREEN value IS 53 (21.09% from 255) = 22.18%

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

R = 77.82%
G = 22.18%
B = 0%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#BA3500 (or 0xBA3500) is known color: Rust. HEX triplet: BA, 35 and 00. RGB value is (186,53,0). Sum of RGB (Red+Green+Blue) = 186+53+0=239 (31% of max value = 765). Red value is 186 (73.05% from 255 or 77.82% from 239); Green value is 53 (21.09% from 255 or 22.18% from 239); Blue value is 0 (0.39% from 255 or 0% from 239); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3500 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA3500 is #45CAFF. Grayscale: #575757. Windows color (decimal): -4573952 or 13754. OLE color: 13754.

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

Color convert

RGB 186 53 0 -
CMYK 0 0.72 1 0.27
HSL 17.1º 1% 0.36% -
HSV(B) 17.1º 1% 0.73% -
XYZ 21.52 12.99 1.37 -
YUV 86.73 79.06 198.81 -
System Red Green Blue C M Y K H S L
Decimal 186 53 0 0 0.72 1 0.27 17.1 1 0.36
Hex BA 35 0 0 48 64 1B 11 64 24
Octal 272 65 0 0 110 144 33 21 144 44
Binary 10111010 110101 0 0 1001000 1100100 11011 10001 1100100 100100

Color Harmonies of #BA3500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3500

Black with #BA3500

Text Example


Text Example

White with #BA3500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3500; }

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

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

background-color css

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

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

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

border-color css

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

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

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