Html Css Color HEX #BA4800 Rust

📋 copy color: '#BA4800'

red 186 ◦ green 72 ◦ blue 0

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

Shades of Rust #BA4800

Tints of Rust #BA4800

RGB

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

 GREEN value IS 72 (28.52% from 255) = 27.91%

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

R = 72.09%
G = 27.91%
B = 0%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#BA4800 (or 0xBA4800) is known color: Rust. HEX triplet: BA, 48 and 00. RGB value is (186,72,0). Sum of RGB (Red+Green+Blue) = 186+72+0=258 (34% of max value = 765). Red value is 186 (73.05% from 255 or 72.09% from 258); Green value is 72 (28.52% from 255 or 27.91% from 258); Blue value is 0 (0.39% from 255 or 0% from 258); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4800 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA4800 is #45B7FF. Grayscale: #626262. Windows color (decimal): -4569088 or 18618. OLE color: 18618.

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

Color convert

RGB 186 72 0 -
CMYK 0 0.61 1 0.27
HSL 23.23º 1% 0.36% -
HSV(B) 23.23º 1% 0.73% -
XYZ 22.57 15.07 1.72 -
YUV 97.88 72.77 190.85 -
System Red Green Blue C M Y K H S L
Decimal 186 72 0 0 0.61 1 0.27 23.23 1 0.36
Hex BA 48 0 0 3D 64 1B 17 64 24
Octal 272 110 0 0 75 144 33 27 144 44
Binary 10111010 1001000 0 0 111101 1100100 11011 10111 1100100 100100

Color Harmonies of #BA4800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4800

Black with #BA4800

Text Example


Text Example

White with #BA4800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4800; }

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

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

background-color css

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

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

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

border-color css

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

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

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