Html Css Color HEX #BA3200 Rust

📋 copy color: '#BA3200'

red 186 ◦ green 50 ◦ blue 0

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

Shades of Rust #BA3200

Tints of Rust #BA3200

RGB

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

 GREEN value IS 50 (19.92% from 255) = 21.19%

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

R = 78.81%
G = 21.19%
B = 0%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#BA3200 (or 0xBA3200) is known color: Rust. HEX triplet: BA, 32 and 00. RGB value is (186,50,0). Sum of RGB (Red+Green+Blue) = 186+50+0=236 (31% of max value = 765). Red value is 186 (73.05% from 255 or 78.81% from 236); Green value is 50 (19.92% from 255 or 21.19% from 236); Blue value is 0 (0.39% from 255 or 0% from 236); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3200 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA3200 is #45CDFF. Grayscale: #555555. Windows color (decimal): -4574720 or 12986. OLE color: 12986.

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

Color convert

RGB 186 50 0 -
CMYK 0 0.73 1 0.27
HSL 16.13º 1% 0.36% -
HSV(B) 16.13º 1% 0.73% -
XYZ 21.39 12.72 1.33 -
YUV 84.96 80.06 200.07 -
System Red Green Blue C M Y K H S L
Decimal 186 50 0 0 0.73 1 0.27 16.13 1 0.36
Hex BA 32 0 0 49 64 1B 10 64 24
Octal 272 62 0 0 111 144 33 20 144 44
Binary 10111010 110010 0 0 1001001 1100100 11011 10000 1100100 100100

Color Harmonies of #BA3200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3200

Black with #BA3200

Text Example


Text Example

White with #BA3200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3200; }

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

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

background-color css

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

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

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

border-color css

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

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

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