Html Css Color HEX #BA3909 Rust

📋 copy color: '#BA3909'

red 186 ◦ green 57 ◦ blue 9

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

Shades of Rust #BA3909

Tints of Rust #BA3909

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 3.57%

R = 73.81%
G = 22.62%
B = 3.57%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.95

 K value IS 0.27

RGB Variations

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

Color information

#BA3909 (or 0xBA3909) is known color: Rust. HEX triplet: BA, 39 and 09. RGB value is (186,57,9). Sum of RGB (Red+Green+Blue) = 186+57+9=252 (33% of max value = 765). Red value is 186 (73.05% from 255 or 73.81% from 252); Green value is 57 (22.66% from 255 or 22.62% from 252); Blue value is 9 (3.91% from 255 or 3.57% from 252); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3909 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA3909 is #45C6F6. Grayscale: #5A5A5A. Windows color (decimal): -4572919 or 604602. OLE color: 604602.

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

Color convert

RGB 186 57 9 -
CMYK 0 0.69 0.95 0.27
HSL 16.27º 0.91% 0.38% -
HSV(B) 16.27º 0.95% 0.73% -
XYZ 21.76 13.39 1.7 -
YUV 90.1 82.24 196.4 -
System Red Green Blue C M Y K H S L
Decimal 186 57 9 0 0.69 0.95 0.27 16.27 0.91 0.38
Hex BA 39 9 0 45 5F 1B 10 5B 26
Octal 272 71 11 0 105 137 33 20 133 46
Binary 10111010 111001 1001 0 1000101 1011111 11011 10000 1011011 100110

Color Harmonies of #BA3909

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3909

Black with #BA3909

Text Example


Text Example

White with #BA3909

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3909; }

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

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

background-color css

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

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

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

border-color css

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

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

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