Html Css Color HEX #BA3F13 Rust

📋 copy color: '#BA3F13'

red 186 ◦ green 63 ◦ blue 19

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

Shades of Rust #BA3F13

Tints of Rust #BA3F13

RGB

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

 GREEN value IS 63 (25% from 255) = 23.51%

 BLUE value IS 19 (7.81% from 255) = 7.09%

R = 69.4%
G = 23.51%
B = 7.09%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#BA3F13 (or 0xBA3F13) is known color: Rust. HEX triplet: BA, 3F and 13. RGB value is (186,63,19). Sum of RGB (Red+Green+Blue) = 186+63+19=268 (35% of max value = 765). Red value is 186 (73.05% from 255 or 69.40% from 268); Green value is 63 (25% from 255 or 23.51% from 268); Blue value is 19 (7.81% from 255 or 7.09% from 268); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3F13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA3F13 is #45C0EC. Grayscale: #5F5F5F. Windows color (decimal): -4571373 or 1261498. OLE color: 1261498.

HSL color Cylindrical-coordinate representation of color #BA3F13: hue angle of 15.81º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BA3F13 is Cyan = 0, Magento = 0.66, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 63 19 -
CMYK 0 0.66 0.90 0.27
HSL 15.81º 0.81% 0.4% -
HSV(B) 15.81º 0.9% 0.73% -
XYZ 22.14 14.04 2.16 -
YUV 94.76 85.25 193.08 -
System Red Green Blue C M Y K H S L
Decimal 186 63 19 0 0.66 0.90 0.27 15.81 0.81 0.4
Hex BA 3F 13 0 42 5A 1B 10 51 28
Octal 272 77 23 0 102 132 33 20 121 50
Binary 10111010 111111 10011 0 1000010 1011010 11011 10000 1010001 101000

Color Harmonies of #BA3F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3F13

Black with #BA3F13

Text Example


Text Example

White with #BA3F13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3F13; }

 p { color: rgb(186,63,19); }

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

background-color css

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

 a { background-color: rgb(186,63,19); }

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

border-color css

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

 span { border-color: rgb(186,63,19); }

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