Html Css Color HEX #BA3A0F Rust

📋 copy color: '#BA3A0F'

red 186 ◦ green 58 ◦ blue 15

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

Shades of Rust #BA3A0F

Tints of Rust #BA3A0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.79%

R = 71.81%
G = 22.39%
B = 5.79%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#BA3A0F (or 0xBA3A0F) is known color: Rust. HEX triplet: BA, 3A and 0F. RGB value is (186,58,15). Sum of RGB (Red+Green+Blue) = 186+58+15=259 (34% of max value = 765). Red value is 186 (73.05% from 255 or 71.81% from 259); Green value is 58 (23.05% from 255 or 22.39% from 259); Blue value is 15 (6.25% from 255 or 5.79% from 259); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3A0F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA3A0F is #45C5F0. Grayscale: #5B5B5B. Windows color (decimal): -4572657 or 998074. OLE color: 998074.

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

Color convert

RGB 186 58 15 -
CMYK 0 0.69 0.92 0.27
HSL 15.09º 0.85% 0.39% -
HSV(B) 15.09º 0.92% 0.73% -
XYZ 21.85 13.5 1.91 -
YUV 91.37 84.91 195.5 -
System Red Green Blue C M Y K H S L
Decimal 186 58 15 0 0.69 0.92 0.27 15.09 0.85 0.39
Hex BA 3A F 0 45 5C 1B F 55 27
Octal 272 72 17 0 105 134 33 17 125 47
Binary 10111010 111010 1111 0 1000101 1011100 11011 1111 1010101 100111

Color Harmonies of #BA3A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3A0F

Black with #BA3A0F

Text Example


Text Example

White with #BA3A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3A0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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