Html Css Color HEX #BA510F Rust

📋 copy color: '#BA510F'

red 186 ◦ green 81 ◦ blue 15

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

Shades of Rust #BA510F

Tints of Rust #BA510F

RGB

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

 GREEN value IS 81 (32.03% from 255) = 28.72%

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

R = 65.96%
G = 28.72%
B = 5.32%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#BA510F (or 0xBA510F) is known color: Rust. HEX triplet: BA, 51 and 0F. RGB value is (186,81,15). Sum of RGB (Red+Green+Blue) = 186+81+15=282 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.96% from 282); Green value is 81 (32.03% from 255 or 28.72% from 282); Blue value is 15 (6.25% from 255 or 5.32% from 282); Max value from RGB is 186 - color contains mainly: red. Hex color #BA510F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA510F is #45AEF0. Grayscale: #696969. Windows color (decimal): -4566769 or 1003962. OLE color: 1003962.

HSL color Cylindrical-coordinate representation of color #BA510F: hue angle of 23.16º 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 #BA510F is Cyan = 0, Magento = 0.56, Yellow = 0.92 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 81 15 -
CMYK 0 0.56 0.92 0.27
HSL 23.16º 0.85% 0.39% -
HSV(B) 23.16º 0.92% 0.73% -
XYZ 23.28 16.36 2.38 -
YUV 104.87 77.29 185.87 -
System Red Green Blue C M Y K H S L
Decimal 186 81 15 0 0.56 0.92 0.27 23.16 0.85 0.39
Hex BA 51 F 0 38 5C 1B 17 55 27
Octal 272 121 17 0 70 134 33 27 125 47
Binary 10111010 1010001 1111 0 111000 1011100 11011 10111 1010101 100111

Color Harmonies of #BA510F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA510F

Black with #BA510F

Text Example


Text Example

White with #BA510F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA510F; }

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

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

background-color css

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

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

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

border-color css

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

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

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