Html Css Color HEX #BA4123 Rust

📋 copy color: '#BA4123'

red 186 ◦ green 65 ◦ blue 35

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

Shades of Rust #BA4123

Tints of Rust #BA4123

RGB

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

 GREEN value IS 65 (25.78% from 255) = 22.73%

 BLUE value IS 35 (14.06% from 255) = 12.24%

R = 65.03%
G = 22.73%
B = 12.24%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#BA4123 (or 0xBA4123) is known color: Rust. HEX triplet: BA, 41 and 23. RGB value is (186,65,35). Sum of RGB (Red+Green+Blue) = 186+65+35=286 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.03% from 286); Green value is 65 (25.78% from 255 or 22.73% from 286); Blue value is 35 (14.06% from 255 or 12.24% from 286); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4123 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4123 is #45BEDC. Grayscale: #626262. Windows color (decimal): -4570845 or 2310586. OLE color: 2310586.

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

Color convert

RGB 186 65 35 -
CMYK 0 0.65 0.81 0.27
HSL 11.92º 0.68% 0.43% -
HSV(B) 11.92º 0.81% 0.73% -
XYZ 22.44 14.34 3.18 -
YUV 97.76 92.59 190.94 -
System Red Green Blue C M Y K H S L
Decimal 186 65 35 0 0.65 0.81 0.27 11.92 0.68 0.43
Hex BA 41 23 0 41 51 1B C 44 2B
Octal 272 101 43 0 101 121 33 14 104 53
Binary 10111010 1000001 100011 0 1000001 1010001 11011 1100 1000100 101011

Color Harmonies of #BA4123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4123

Black with #BA4123

Text Example


Text Example

White with #BA4123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4123; }

 p { color: rgb(186,65,35); }

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

background-color css

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

 a { background-color: rgb(186,65,35); }

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

border-color css

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

 span { border-color: rgb(186,65,35); }

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