Html Css Color HEX #BA3A12 Rust

📋 copy color: '#BA3A12'

red 186 ◦ green 58 ◦ blue 18

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

Shades of Rust #BA3A12

Tints of Rust #BA3A12

RGB

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

 GREEN value IS 58 (23.05% from 255) = 22.14%

 BLUE value IS 18 (7.42% from 255) = 6.87%

R = 70.99%
G = 22.14%
B = 6.87%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#BA3A12 (or 0xBA3A12) is known color: Rust. HEX triplet: BA, 3A and 12. RGB value is (186,58,18). Sum of RGB (Red+Green+Blue) = 186+58+18=262 (34% of max value = 765). Red value is 186 (73.05% from 255 or 70.99% from 262); Green value is 58 (23.05% from 255 or 22.14% from 262); Blue value is 18 (7.42% from 255 or 6.87% from 262); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3A12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA3A12 is #45C5ED. Grayscale: #5C5C5C. Windows color (decimal): -4572654 or 1194682. OLE color: 1194682.

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

Color convert

RGB 186 58 18 -
CMYK 0 0.69 0.90 0.27
HSL 14.29º 0.82% 0.4% -
HSV(B) 14.29º 0.9% 0.73% -
XYZ 21.87 13.51 2.03 -
YUV 91.71 86.41 195.25 -
System Red Green Blue C M Y K H S L
Decimal 186 58 18 0 0.69 0.90 0.27 14.29 0.82 0.4
Hex BA 3A 12 0 45 5A 1B E 52 28
Octal 272 72 22 0 105 132 33 16 122 50
Binary 10111010 111010 10010 0 1000101 1011010 11011 1110 1010010 101000

Color Harmonies of #BA3A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3A12

Black with #BA3A12

Text Example


Text Example

White with #BA3A12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3A12; }

 p { color: rgb(186,58,18); }

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

background-color css

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

 a { background-color: rgb(186,58,18); }

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

border-color css

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

 span { border-color: rgb(186,58,18); }

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