Html Css Color HEX #BA4522 Rust

📋 copy color: '#BA4522'

red 186 ◦ green 69 ◦ blue 34

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

Shades of Rust #BA4522

Tints of Rust #BA4522

RGB

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

 GREEN value IS 69 (27.34% from 255) = 23.88%

 BLUE value IS 34 (13.67% from 255) = 11.76%

R = 64.36%
G = 23.88%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.82

 K value IS 0.27

RGB Variations

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

Color information

#BA4522 (or 0xBA4522) is known color: Rust. HEX triplet: BA, 45 and 22. RGB value is (186,69,34). Sum of RGB (Red+Green+Blue) = 186+69+34=289 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.36% from 289); Green value is 69 (27.34% from 255 or 23.88% from 289); Blue value is 34 (13.67% from 255 or 11.76% from 289); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4522 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4522 is #45BADD. Grayscale: #646464. Windows color (decimal): -4569822 or 2246074. OLE color: 2246074.

HSL color Cylindrical-coordinate representation of color #BA4522: hue angle of 13.82º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BA4522 is Cyan = 0, Magento = 0.63, Yellow = 0.82 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 69 34 -
CMYK 0 0.63 0.82 0.27
HSL 13.82º 0.69% 0.43% -
HSV(B) 13.82º 0.82% 0.73% -
XYZ 22.67 14.81 3.18 -
YUV 99.99 90.76 189.35 -
System Red Green Blue C M Y K H S L
Decimal 186 69 34 0 0.63 0.82 0.27 13.82 0.69 0.43
Hex BA 45 22 0 3F 52 1B E 45 2B
Octal 272 105 42 0 77 122 33 16 105 53
Binary 10111010 1000101 100010 0 111111 1010010 11011 1110 1000101 101011

Color Harmonies of #BA4522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4522

Black with #BA4522

Text Example


Text Example

White with #BA4522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4522; }

 p { color: rgb(186,69,34); }

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

background-color css

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

 a { background-color: rgb(186,69,34); }

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

border-color css

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

 span { border-color: rgb(186,69,34); }

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