Html Css Color HEX #BA390D Rust

📋 copy color: '#BA390D'

red 186 ◦ green 57 ◦ blue 13

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

Shades of Rust #BA390D

Tints of Rust #BA390D

RGB

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

 GREEN value IS 57 (22.66% from 255) = 22.27%

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

R = 72.66%
G = 22.27%
B = 5.08%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.93

 K value IS 0.27

RGB Variations

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

Color information

#BA390D (or 0xBA390D) is known color: Rust. HEX triplet: BA, 39 and 0D. RGB value is (186,57,13). Sum of RGB (Red+Green+Blue) = 186+57+13=256 (33% of max value = 765). Red value is 186 (73.05% from 255 or 72.66% from 256); Green value is 57 (22.66% from 255 or 22.27% from 256); Blue value is 13 (5.47% from 255 or 5.08% from 256); Max value from RGB is 186 - color contains mainly: red. Hex color #BA390D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA390D is #45C6F2. Grayscale: #5A5A5A. Windows color (decimal): -4572915 or 866746. OLE color: 866746.

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

Color convert

RGB 186 57 13 -
CMYK 0 0.69 0.93 0.27
HSL 15.26º 0.87% 0.39% -
HSV(B) 15.26º 0.93% 0.73% -
XYZ 21.79 13.39 1.82 -
YUV 90.56 84.24 196.08 -
System Red Green Blue C M Y K H S L
Decimal 186 57 13 0 0.69 0.93 0.27 15.26 0.87 0.39
Hex BA 39 D 0 45 5D 1B F 57 27
Octal 272 71 15 0 105 135 33 17 127 47
Binary 10111010 111001 1101 0 1000101 1011101 11011 1111 1010111 100111

Color Harmonies of #BA390D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA390D

Black with #BA390D

Text Example


Text Example

White with #BA390D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA390D; }

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

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

background-color css

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

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

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

border-color css

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

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

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