Html Css Color HEX #BA510A Rust

📋 copy color: '#BA510A'

red 186 ◦ green 81 ◦ blue 10

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

Shades of Rust #BA510A

Tints of Rust #BA510A

RGB

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

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

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

R = 67.15%
G = 29.24%
B = 3.61%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.95

 K value IS 0.27

RGB Variations

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

Color information

#BA510A (or 0xBA510A) is known color: Rust. HEX triplet: BA, 51 and 0A. RGB value is (186,81,10). Sum of RGB (Red+Green+Blue) = 186+81+10=277 (36% of max value = 765). Red value is 186 (73.05% from 255 or 67.15% from 277); Green value is 81 (32.03% from 255 or 29.24% from 277); Blue value is 10 (4.30% from 255 or 3.61% from 277); Max value from RGB is 186 - color contains mainly: red. Hex color #BA510A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA510A is #45AEF5. Grayscale: #686868. Windows color (decimal): -4566774 or 676282. OLE color: 676282.

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

Color convert

RGB 186 81 10 -
CMYK 0 0.56 0.95 0.27
HSL 24.2º 0.9% 0.38% -
HSV(B) 24.2º 0.95% 0.73% -
XYZ 23.25 16.35 2.22 -
YUV 104.3 74.79 186.27 -
System Red Green Blue C M Y K H S L
Decimal 186 81 10 0 0.56 0.95 0.27 24.2 0.9 0.38
Hex BA 51 A 0 38 5F 1B 18 5A 26
Octal 272 121 12 0 70 137 33 30 132 46
Binary 10111010 1010001 1010 0 111000 1011111 11011 11000 1011010 100110

Color Harmonies of #BA510A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA510A

Black with #BA510A

Text Example


Text Example

White with #BA510A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA510A; }

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

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

background-color css

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

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

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

border-color css

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

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

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