Html Css Color HEX #BA3700 Rust

📋 copy color: '#BA3700'

red 186 ◦ green 55 ◦ blue 0

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

Shades of Rust #BA3700

Tints of Rust #BA3700

RGB

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

 GREEN value IS 55 (21.88% from 255) = 22.82%

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

R = 77.18%
G = 22.82%
B = 0%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#BA3700 (or 0xBA3700) is known color: Rust. HEX triplet: BA, 37 and 00. RGB value is (186,55,0). Sum of RGB (Red+Green+Blue) = 186+55+0=241 (31% of max value = 765). Red value is 186 (73.05% from 255 or 77.18% from 241); Green value is 55 (21.88% from 255 or 22.82% from 241); Blue value is 0 (0.39% from 255 or 0% from 241); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3700 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA3700 is #45C8FF. Grayscale: #585858. Windows color (decimal): -4573440 or 14266. OLE color: 14266.

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

Color convert

RGB 186 55 0 -
CMYK 0 0.70 1 0.27
HSL 17.74º 1% 0.36% -
HSV(B) 17.74º 1% 0.73% -
XYZ 21.62 13.17 1.4 -
YUV 87.9 78.4 197.97 -
System Red Green Blue C M Y K H S L
Decimal 186 55 0 0 0.70 1 0.27 17.74 1 0.36
Hex BA 37 0 0 46 64 1B 12 64 24
Octal 272 67 0 0 106 144 33 22 144 44
Binary 10111010 110111 0 0 1000110 1100100 11011 10010 1100100 100100

Color Harmonies of #BA3700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3700

Black with #BA3700

Text Example


Text Example

White with #BA3700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3700; }

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

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

background-color css

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

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

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

border-color css

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

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

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