Html Css Color HEX #BA4805 Rust

📋 copy color: '#BA4805'

red 186 ◦ green 72 ◦ blue 5

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

Shades of Rust #BA4805

Tints of Rust #BA4805

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.9%

R = 70.72%
G = 27.38%
B = 1.9%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.97

 K value IS 0.27

RGB Variations

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

Color information

#BA4805 (or 0xBA4805) is known color: Rust. HEX triplet: BA, 48 and 05. RGB value is (186,72,5). Sum of RGB (Red+Green+Blue) = 186+72+5=263 (34% of max value = 765). Red value is 186 (73.05% from 255 or 70.72% from 263); Green value is 72 (28.52% from 255 or 27.38% from 263); Blue value is 5 (2.34% from 255 or 1.90% from 263); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4805 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA4805 is #45B7FA. Grayscale: #626262. Windows color (decimal): -4569083 or 346298. OLE color: 346298.

HSL color Cylindrical-coordinate representation of color #BA4805: hue angle of 22.21º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BA4805 is Cyan = 0, Magento = 0.61, Yellow = 0.97 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 72 5 -
CMYK 0 0.61 0.97 0.27
HSL 22.21º 0.95% 0.37% -
HSV(B) 22.21º 0.97% 0.73% -
XYZ 22.59 15.08 1.86 -
YUV 98.45 75.27 190.45 -
System Red Green Blue C M Y K H S L
Decimal 186 72 5 0 0.61 0.97 0.27 22.21 0.95 0.37
Hex BA 48 5 0 3D 61 1B 16 5F 25
Octal 272 110 5 0 75 141 33 26 137 45
Binary 10111010 1001000 101 0 111101 1100001 11011 10110 1011111 100101

Color Harmonies of #BA4805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4805

Black with #BA4805

Text Example


Text Example

White with #BA4805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4805; }

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

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

background-color css

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

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

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

border-color css

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

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

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