Html Css Color HEX #BA390A Rust

📋 copy color: '#BA390A'

red 186 ◦ green 57 ◦ blue 10

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

Shades of Rust #BA390A

Tints of Rust #BA390A

RGB

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

 GREEN value IS 57 (22.66% from 255) = 22.53%

 BLUE value IS 10 (4.3% from 255) = 3.95%

R = 73.52%
G = 22.53%
B = 3.95%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.95

 K value IS 0.27

RGB Variations

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

Color information

#BA390A (or 0xBA390A) is known color: Rust. HEX triplet: BA, 39 and 0A. RGB value is (186,57,10). Sum of RGB (Red+Green+Blue) = 186+57+10=253 (33% of max value = 765). Red value is 186 (73.05% from 255 or 73.52% from 253); Green value is 57 (22.66% from 255 or 22.53% from 253); Blue value is 10 (4.30% from 255 or 3.95% from 253); Max value from RGB is 186 - color contains mainly: red. Hex color #BA390A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA390A is #45C6F5. Grayscale: #5A5A5A. Windows color (decimal): -4572918 or 670138. OLE color: 670138.

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

Color convert

RGB 186 57 10 -
CMYK 0 0.69 0.95 0.27
HSL 16.02º 0.9% 0.38% -
HSV(B) 16.02º 0.95% 0.73% -
XYZ 21.77 13.39 1.72 -
YUV 90.21 82.74 196.32 -
System Red Green Blue C M Y K H S L
Decimal 186 57 10 0 0.69 0.95 0.27 16.02 0.9 0.38
Hex BA 39 A 0 45 5F 1B 10 5A 26
Octal 272 71 12 0 105 137 33 20 132 46
Binary 10111010 111001 1010 0 1000101 1011111 11011 10000 1011010 100110

Color Harmonies of #BA390A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA390A

Black with #BA390A

Text Example


Text Example

White with #BA390A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA390A; }

 p { color: rgb(186,57,10); }

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

background-color css

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

 a { background-color: rgb(186,57,10); }

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

border-color css

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

 span { border-color: rgb(186,57,10); }

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