Html Css Color HEX #BA3609 Rust

📋 copy color: '#BA3609'

red 186 ◦ green 54 ◦ blue 9

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

Shades of Rust #BA3609

Tints of Rust #BA3609

RGB

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

 GREEN value IS 54 (21.48% from 255) = 21.69%

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

R = 74.7%
G = 21.69%
B = 3.61%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.95

 K value IS 0.27

RGB Variations

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

Color information

#BA3609 (or 0xBA3609) is known color: Rust. HEX triplet: BA, 36 and 09. RGB value is (186,54,9). Sum of RGB (Red+Green+Blue) = 186+54+9=249 (32% of max value = 765). Red value is 186 (73.05% from 255 or 74.70% from 249); Green value is 54 (21.48% from 255 or 21.69% from 249); Blue value is 9 (3.91% from 255 or 3.61% from 249); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3609 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA3609 is #45C9F6. Grayscale: #585858. Windows color (decimal): -4573687 or 603834. OLE color: 603834.

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

Color convert

RGB 186 54 9 -
CMYK 0 0.71 0.95 0.27
HSL 15.25º 0.91% 0.38% -
HSV(B) 15.25º 0.95% 0.73% -
XYZ 21.62 13.1 1.65 -
YUV 88.34 83.23 197.66 -
System Red Green Blue C M Y K H S L
Decimal 186 54 9 0 0.71 0.95 0.27 15.25 0.91 0.38
Hex BA 36 9 0 47 5F 1B F 5B 26
Octal 272 66 11 0 107 137 33 17 133 46
Binary 10111010 110110 1001 0 1000111 1011111 11011 1111 1011011 100110

Color Harmonies of #BA3609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3609

Black with #BA3609

Text Example


Text Example

White with #BA3609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3609; }

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

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

background-color css

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

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

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

border-color css

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

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

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