Html Css Color HEX #BA3706 Rust

📋 copy color: '#BA3706'

red 186 ◦ green 55 ◦ blue 6

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

Shades of Rust #BA3706

Tints of Rust #BA3706

RGB

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

 GREEN value IS 55 (21.88% from 255) = 22.27%

 BLUE value IS 6 (2.73% from 255) = 2.43%

R = 75.3%
G = 22.27%
B = 2.43%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.97

 K value IS 0.27

RGB Variations

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

Color information

#BA3706 (or 0xBA3706) is known color: Rust. HEX triplet: BA, 37 and 06. RGB value is (186,55,6). Sum of RGB (Red+Green+Blue) = 186+55+6=247 (32% of max value = 765). Red value is 186 (73.05% from 255 or 75.30% from 247); Green value is 55 (21.88% from 255 or 22.27% from 247); Blue value is 6 (2.73% from 255 or 2.43% from 247); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3706 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA3706 is #45C8F9. Grayscale: #585858. Windows color (decimal): -4573434 or 407482. OLE color: 407482.

HSL color Cylindrical-coordinate representation of color #BA3706: hue angle of 16.33º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BA3706 is Cyan = 0, Magento = 0.70, Yellow = 0.97 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 55 6 -
CMYK 0 0.70 0.97 0.27
HSL 16.33º 0.94% 0.38% -
HSV(B) 16.33º 0.97% 0.73% -
XYZ 21.65 13.18 1.58 -
YUV 88.58 81.4 197.48 -
System Red Green Blue C M Y K H S L
Decimal 186 55 6 0 0.70 0.97 0.27 16.33 0.94 0.38
Hex BA 37 6 0 46 61 1B 10 5E 26
Octal 272 67 6 0 106 141 33 20 136 46
Binary 10111010 110111 110 0 1000110 1100001 11011 10000 1011110 100110

Color Harmonies of #BA3706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3706

Black with #BA3706

Text Example


Text Example

White with #BA3706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3706; }

 p { color: rgb(186,55,6); }

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

background-color css

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

 a { background-color: rgb(186,55,6); }

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

border-color css

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

 span { border-color: rgb(186,55,6); }

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