Html Css Color HEX #BA4400 Rust

📋 copy color: '#BA4400'

red 186 ◦ green 68 ◦ blue 0

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

Shades of Rust #BA4400

Tints of Rust #BA4400

RGB

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

 GREEN value IS 68 (26.95% from 255) = 26.77%

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

R = 73.23%
G = 26.77%
B = 0%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#BA4400 (or 0xBA4400) is known color: Rust. HEX triplet: BA, 44 and 00. RGB value is (186,68,0). Sum of RGB (Red+Green+Blue) = 186+68+0=254 (33% of max value = 765). Red value is 186 (73.05% from 255 or 73.23% from 254); Green value is 68 (26.95% from 255 or 26.77% from 254); Blue value is 0 (0.39% from 255 or 0% from 254); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4400 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA4400 is #45BBFF. Grayscale: #5F5F5F. Windows color (decimal): -4570112 or 17594. OLE color: 17594.

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

Color convert

RGB 186 68 0 -
CMYK 0 0.63 1 0.27
HSL 21.94º 1% 0.36% -
HSV(B) 21.94º 1% 0.73% -
XYZ 22.32 14.57 1.64 -
YUV 95.53 74.09 192.53 -
System Red Green Blue C M Y K H S L
Decimal 186 68 0 0 0.63 1 0.27 21.94 1 0.36
Hex BA 44 0 0 3F 64 1B 16 64 24
Octal 272 104 0 0 77 144 33 26 144 44
Binary 10111010 1000100 0 0 111111 1100100 11011 10110 1100100 100100

Color Harmonies of #BA4400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4400

Black with #BA4400

Text Example


Text Example

White with #BA4400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4400; }

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

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

background-color css

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

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

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

border-color css

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

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

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