Html Css Color HEX #BA410D Rust

📋 copy color: '#BA410D'

red 186 ◦ green 65 ◦ blue 13

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

Shades of Rust #BA410D

Tints of Rust #BA410D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.92%

R = 70.45%
G = 24.62%
B = 4.92%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.93

 K value IS 0.27

RGB Variations

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

Color information

#BA410D (or 0xBA410D) is known color: Rust. HEX triplet: BA, 41 and 0D. RGB value is (186,65,13). Sum of RGB (Red+Green+Blue) = 186+65+13=264 (34% of max value = 765). Red value is 186 (73.05% from 255 or 70.45% from 264); Green value is 65 (25.78% from 255 or 24.62% from 264); Blue value is 13 (5.47% from 255 or 4.92% from 264); Max value from RGB is 186 - color contains mainly: red. Hex color #BA410D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA410D is #45BEF2. Grayscale: #5F5F5F. Windows color (decimal): -4570867 or 868794. OLE color: 868794.

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

Color convert

RGB 186 65 13 -
CMYK 0 0.65 0.93 0.27
HSL 18.03º 0.87% 0.39% -
HSV(B) 18.03º 0.93% 0.73% -
XYZ 22.21 14.25 1.96 -
YUV 95.25 81.59 192.73 -
System Red Green Blue C M Y K H S L
Decimal 186 65 13 0 0.65 0.93 0.27 18.03 0.87 0.39
Hex BA 41 D 0 41 5D 1B 12 57 27
Octal 272 101 15 0 101 135 33 22 127 47
Binary 10111010 1000001 1101 0 1000001 1011101 11011 10010 1010111 100111

Color Harmonies of #BA410D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA410D

Black with #BA410D

Text Example


Text Example

White with #BA410D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA410D; }

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

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

background-color css

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

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

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

border-color css

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

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

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