Html Css Color HEX #BA410B Rust

📋 copy color: '#BA410B'

red 186 ◦ green 65 ◦ blue 11

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

Shades of Rust #BA410B

Tints of Rust #BA410B

RGB

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

 GREEN value IS 65 (25.78% from 255) = 24.81%

 BLUE value IS 11 (4.69% from 255) = 4.2%

R = 70.99%
G = 24.81%
B = 4.2%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#BA410B (or 0xBA410B) is known color: Rust. HEX triplet: BA, 41 and 0B. RGB value is (186,65,11). Sum of RGB (Red+Green+Blue) = 186+65+11=262 (34% of max value = 765). Red value is 186 (73.05% from 255 or 70.99% from 262); Green value is 65 (25.78% from 255 or 24.81% from 262); Blue value is 11 (4.69% from 255 or 4.20% from 262); Max value from RGB is 186 - color contains mainly: red. Hex color #BA410B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA410B is #45BEF4. Grayscale: #5F5F5F. Windows color (decimal): -4570869 or 737722. OLE color: 737722.

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

Color convert

RGB 186 65 11 -
CMYK 0 0.65 0.94 0.27
HSL 18.51º 0.89% 0.39% -
HSV(B) 18.51º 0.94% 0.73% -
XYZ 22.2 14.24 1.9 -
YUV 95.02 80.59 192.89 -
System Red Green Blue C M Y K H S L
Decimal 186 65 11 0 0.65 0.94 0.27 18.51 0.89 0.39
Hex BA 41 B 0 41 5E 1B 13 59 27
Octal 272 101 13 0 101 136 33 23 131 47
Binary 10111010 1000001 1011 0 1000001 1011110 11011 10011 1011001 100111

Color Harmonies of #BA410B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA410B

Black with #BA410B

Text Example


Text Example

White with #BA410B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA410B; }

 p { color: rgb(186,65,11); }

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

background-color css

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

 a { background-color: rgb(186,65,11); }

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

border-color css

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

 span { border-color: rgb(186,65,11); }

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